-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.1 KB
/
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
42
43
{
"name": "redbox-api",
"description": "JS API into http://developer.redbox.com/",
"version": "0.0.0",
"homepage": "https://github.com/sparty02/redbox-api",
"bugs": "https://github.com/sparty02/redbox-api/issues",
"license": "MIT",
"main": "lib/redbox-api.js",
"author": {
"name": "Ryan Dunckel",
"email": "[email protected]",
"url": "http://me.sparty02.com"
},
"repository": {
"type": "git",
"url": "https://github.com/sparty02/redbox-api"
},
"keywords": [],
"dependencies": {
"debug": "2.1.1",
"lodash": "2.4.1",
"q": "1.1.2",
"rest": "^1.2.0"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-util": "^3.0.1",
"gulp-bump": "^0.1.11",
"gulp-jscs": "^1.1.2",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.1.0",
"gulp-istanbul": "^0.3.0",
"coveralls": "^2.11.1",
"should": "^4.0.4",
"jshint-stylish": "^0.4.0",
"gulp-load-plugins": "^0.6.0",
"gulp-plumber": "^0.6.5"
},
"scripts": {
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "gulp test"
}
}