forked from nathanpdaniel/uber-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 809 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
{
"name": "uber-api",
"description": "Uber API for NodeJS",
"author": "Nathan Daniel <[email protected]>",
"version": "0.3.3",
"repository": {
"type": "git",
"url": "git://github.com/nathanpdaniel/uber-api.git"
},
"dependencies": {
"promise": "^6.1.0",
"request": "^2.53.0",
"underscore": "^1.8.2"
},
"devDependencies": {
"chai": "*",
"gulp": "^3.8.11",
"gulp-jshint": "^1.9.4",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"mocha": "*"
},
"bugs": {
"url": "https://github.com/nathanpdaniel/uber-api/issues"
},
"homepage": "https://github.com/nathanpdaniel/uber-api",
"main": "uber.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"uber",
"api"
],
"license": "MIT"
}