-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
84 lines (84 loc) · 2.43 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"private": true,
"scripts": {
"bootstrap": "bash -e scripts/bootstrap.sh",
"build-all": "node scripts/build-all.js",
"debootstrap": "bash -e scripts/debootstrap.sh",
"release": "node scripts/release.js",
"reshrinkwrap": "rm -f npm-shrinkwrap.json && npm shrinkwrap --dev && git commit -m \"[npm run reshrinkwrap] Update the shrinkwrap\" npm-shrinkwrap.json package.json",
"update-dependencies": "rm -rf node_modules && rm -f npm-shrinkwrap.json && npm install npm@^3.5.2 && npm install && npm run reshrinkwrap",
"sync-dependencies": "node scripts/sync-dependencies.js",
"test": "node scripts/test-all.js"
},
"dependencies": {
"array-from": "^2.0.2",
"array-includes": "^3.0.1",
"as": "^0.4.1",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"es6-set": "^0.1.1",
"flatten": "^0.0.1",
"global": "^4.3.0",
"mathjs": "^2.2.0",
"object-assign": "^4.0.1",
"private-parts": "^0.4.1",
"set-immediate-shim": "^1.0.1",
"starts-with": "^1.0.2"
},
"devDependencies": {
"array-includes": "^3.0.1",
"as": "^0.4.1",
"babel": "^6.1.18",
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.0",
"browserify": "^12.0.1",
"concurrently": "^1.0.0",
"cpy": "^3.4.1",
"dox": "^0.8.0",
"doxie": "^0.2.3",
"doxie.inject": "^0.1.1",
"doxie.render": "^0.3.2",
"electron-prebuilt": "^0.36.0",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^1.0.0",
"firebase": "^2.4.0",
"firebase-tools": "^2.1.0",
"format-date": "^0.0.1",
"hostr": "^2.2.10",
"isomorphic-ensure": "^1.0.1",
"istanbul": "^0.4.0",
"js-yaml": "^3.4.3",
"jsdom": "^7.0.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nodangel": "^1.3.8",
"npm": "^3.10.5",
"opn-cli": "^1.0.0",
"ord": "^0.1.1",
"pegjs": "^0.9.0",
"proxyquire": "^1.7.10",
"raw-loader": "^0.5.1",
"repeat-element": "^1.1.2",
"rimraf": "^2.4.3",
"setimmediate": "^1.0.4",
"shelljs": "^0.5.3",
"sinon": "^1.17.5",
"sleep-ms": "^2.0.0",
"sort-keys": "^1.1.1",
"superstatic": "^3.0.0",
"tap-dev-tool": "^1.3.0",
"tap-spec": "^2.2.2",
"tape": "^4.2.1",
"tape-catch": "^1.0.4",
"tape-run": "^2.1.4",
"timeout-as-promise": "^1.0.0",
"tosource": "^1.0.0",
"webpack": "^1.12.2",
"xmldom": "^0.1.19"
},
"engines": {
"node": ">=4.0.0"
}
}