forked from liubin/promises-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "promises-book",
"description": "Promises book(japanese).",
"version": "1.4.1",
"homepage": "https://github.com/azu/promises-book",
"repository": {
"type": "git",
"url": "https://github.com/azu/promises-book.git"
},
"main": "index.js",
"scripts": {
"test": "mocha ./Ch**/test/*.js",
"deploy": "./_tools/deploy-gh-pages.sh"
},
"directories": {
"test": "Ch*/test/"
},
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/azu/promises-book/issues"
},
"dependencies": {
"codemirror": "^4.2.0",
"codemirror-console-ui": "^0.1.3",
"w3c-xmlhttprequest": "~1.1.0",
"ypromise": "~0.2"
},
"devDependencies": {
"browserify": "^4.1.8",
"cheerio": "^0.17.0",
"espower-loader": "^0.7.0",
"esprima": "^1.2.2",
"esprima-fb": "^4001.1.0-dev-harmony-fb",
"fs-extra": "^0.9.1",
"gulp": "^3.6.2",
"gulp-inlining-node-require": "0.0.3",
"gulp-remove-use-strict": "0.0.2",
"gulp-rename": "~1.2.0",
"hbsfy": "^1.3.2",
"http-echo": "0.0.2",
"inlining-node-require": "0.0.8",
"intelli-espower-loader": "^0.1.0",
"minifyify": "^3.0.9",
"mocha": "^1.19.0",
"nock": "^0.34.1",
"parcelify": "^0.11.1",
"power-assert": "^0.7.2",
"promise-test-helper": "0.0.4",
"q": "^1.0.1",
"q-io": "^1.11.0",
"rel-to-abs": "^0.1.0",
"remove-use-strict": "0.0.5",
"sinon": "^1.9.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.10.2"
}
}