-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 889 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
{
"name": "promise-pipe",
"version": "0.1.9",
"description": "##install",
"main": "src/PromisePipe.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha ./tests/**/*.spec.js",
"standalone": "node node_modules/browserify/bin/cmd.js -s promisepipe -e src/PromisePipe.js -o ./promise-pipe.js"
},
"repository": {
"type": "git",
"url": "git://github.com/edjafarov/PromisePipe.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/edjafarov/PromisePipe/issues"
},
"homepage": "https://github.com/edjafarov/PromisePipe",
"dependencies": {
"debug": "^2.2.0",
"es6-promise": "~2.0.1",
"json-stringify-safe": "^5.0.1",
"stacktrace-js": "^0.6.4"
},
"devDependencies": {
"browserify": "^11.0.1",
"chai": "^2.3.0",
"es6-promise": "~2.0.1",
"mocha": "~2.1.0",
"sinon": "~1.12.2"
}
}