forked from KyleAMathews/superagent-bluebird-promise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.34 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": "superagent-bluebird-promise",
"description": "Add promise support to superagent using Bluebird",
"version": "2.1.0",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/KyleAMathews/superagent-bluebird-promise/issues"
},
"homepage": "https://github.com/KyleAMathews/superagent-bluebird-promise",
"keywords": [
"superagent",
"promise",
"bluebird"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"bluebird": "*",
"superagent": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/superagent-bluebird-promise.git"
},
"scripts": {
"test-watch": "NODE_ENV=test node_modules/.bin/mocha -w --recursive --compilers coffee:coffee-script/register -R mocha-unfunk-reporter",
"test": "node_modules/.bin/coffeelint test/* & jshint *.json *.js & NODE_ENV=test node_modules/.bin/mocha --recursive --compilers coffee:coffee-script/register -R mocha-unfunk-reporter"
},
"devDependencies": {
"bluebird": "^2.9.24",
"chai": "^3.3.0",
"coffee-script": "^1.9.2",
"coffeelint": "^1.9.3",
"interfake": "^1.12.1",
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"mocha-unfunk-reporter": "^0.4.0",
"pre-commit": "^1.0.6",
"sinon": "^1.14.1",
"superagent": "^1.2.0",
"underscore": "^1.8.3"
}
}