-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1015 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "parse-superagent",
"version": "0.0.3",
"description": "A Parse.com REST client using superagent.",
"main": "./lib/index.js",
"scripts": {
"test": "grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git://github.com/roothybrid7/parse-superagent.git"
},
"keywords": [
"parse",
"superagent",
"test"
],
"author": "Satoshi Ohki <roothybrid7@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/roothybrid7/parse-superagent/issues"
},
"homepage": "https://github.com/roothybrid7/parse-superagent",
"dependencies": {
"superagent": "~0.15.7"
},
"devDependencies": {
"supertest": "~0.8.1",
"lodash": "~2.3.0",
"mocha-unfunk-reporter": "~0.3.5",
"grunt-notify": "~0.2.16",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.7.0",
"grunt": "~0.4.1",
"mocha": "~1.14.0",
"chai": "~1.8.1",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
}
}