forked from shernshiou/node-uber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 969 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": "node-uber",
"version": "0.9.2",
"description": "A Node.js wrapper for Uber API",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/shernshiou/node-uber.git"
},
"author": "Shern Shiou Tan <[email protected]> (http://blog.shernshiou.com)",
"contributors": [
{
"name": "Alexander Graebe",
"email": "[email protected]",
"url": "https://twitter.com/agraebe"
}
],
"license": "MIT",
"dependencies": {
"oauth": "^0.9.14",
"request": "^2.72.0"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"superagent": "^1.8.3"
}
}