forked from shernshiou/node-uber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 693 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 693 Bytes
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
{
"name": "node-uber",
"version": "0.0.4",
"description": "A Node.js wrapper for Uber API",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/shernshiou/node-uber.git"
},
"author": "Shern Shiou Tan <shernshiou@gmail.com> (http://blog.shernshiou.com)",
"license": "MIT",
"dependencies": {
"oauth": "^0.9.12",
"request": "^2.40.0"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.7",
"gulp-mocha": "^1.0.0",
"gulp-util": "^3.0.0",
"mocha": "^1.21.4",
"nock": "^0.45.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"superagent": "^0.18.2"
}
}