-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 995 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
{
"scripts": {
"build": "parcel build src/index.html --public-url ./",
"watch": "parcel src/index.html",
"pretest": "cross-env NODE_ENV=test parcel build test/test.html -d 'test/dist' --public-url ./ --no-minify",
"test": "cross-env NODE_ENV=test mocha-phantomjs -p /usr/local/bin/phantomjs --hooks test/phantom_hooks.js test/dist/test.html"
},
"dependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015-mod": "^6.6.0",
"babel-preset-es3": "^1.0.1",
"bittorrent-tracker": "^9.3.0",
"colors": "^1.1.2",
"cross-env": "^5.1.3",
"crypto-js": "^3.1.9-1",
"istanbul": "^0.4.5",
"moment": "^2.20.1",
"webtorrent": "^0.98.21",
"webtorrent-hybrid": "^1.0.6"
},
"devDependencies": {
"babel-plugin-istanbul": "^4.1.5",
"esdoc": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0",
"marked": "0.3.9",
"mocha": "^5.0.0",
"mocha-phantomjs": "^4.1.0",
"nyc": "^11.4.1",
"parcel-bundler": "^1.5.1"
}
}