-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
34 lines (34 loc) · 947 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
34
{
"dependencies": {
"electron-debug": "^1.0.0",
"fs-chunk-store": "1.3.5",
"parse-torrent": "^5.8.0",
"prettier-bytes": "^1.0.3",
"request": "^2.74.0",
"temp": "^0.8.3",
"webtorrent": "0.81.2"
},
"devDependencies": {
"async": "^1.5.2",
"devtron": "^1.1.0",
"electron-packager": "7.0.1",
"electron-prebuilt": "1.0.1",
"eslint": "2.9.0",
"eslint-config-airbnb": "9.0.1",
"eslint-config-standard": "5.3.1",
"eslint-plugin-import": "1.8.0",
"eslint-plugin-jsx-a11y": "1.2.0",
"eslint-plugin-promise": "1.1.0",
"eslint-plugin-react": "5.1.1",
"eslint-plugin-standard": "1.3.2",
"mkdirp": "0.5.1",
"rimraf": "2.5.2",
"spectron": "3.0.0",
"tape": "4.5.1"
},
"scripts": {
"start": "electron .",
"pretest": "eslint --ignore-pattern 'node_modules' --ignore-pattern 'build' --ignore-pattern 'downloads' .",
"test": "tape tests/*/**/*.js"
}
}