forked from hristijankiko/swarmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
{
"name": "swarmer",
"version": "1.0.0",
"description": "BitTorrent Client",
"main": "dist/main.js",
"scripts": {
"test": "jest",
"start": "electron .",
"prebuild": "tslint --project .",
"build": "webpack --config webpack.config.js",
"build:watch": "webpack --config webpack.config.js --watch",
"jest-init": "jest --init"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hristijankiko/swarmer.git"
},
"keywords": [
"BitTorrent",
"Torrent",
"BitTorrent Client",
"Electron",
"Node.js",
"React"
],
"author": "Ricky Jon, James O'Neil, Hristijan Gjorgjievski",
"license": "ISC",
"bugs": {
"url": "https://github.com/hristijankiko/swarmer/issues"
},
"homepage": "https://github.com/hristijankiko/swarmer#readme",
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7",
"bencode": "^2.0.0",
"electron": "^2.0.7",
"jest": "^23.5.0",
"jss": "^9.8.7",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-jss": "^8.6.1",
"ts-jest": "^23.1.3",
"ts-loader": "^4.5.0",
"tslint": "^5.11.0",
"typescript": "^3.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
}