-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 918 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
35
36
37
38
39
{
"name": "webflight-react",
"version": "0.1.4",
"description": "WebFlight for React apps",
"main": "index.js",
"directories": {
"test": "test"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"babel-eslint": "^5.0.0",
"cheerio": "^0.20.0",
"create-torrent": "^3.24.1",
"parse-torrent": "^5.7.3",
"webtorrent": "^0.88.1",
"electron-spawn": "^4.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"standard": "^6.0.8",
"reactify": "^1.1.1"
},
"scripts": {
"test": "standard && mocha test/tests",
"build": "jsx components/WebFlight.jsx > components/WebFlight.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-WebFlight/wf-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-WebFlight/wf-react/issues"
},
"homepage": "https://www.webflight.io"
}