-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 733 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 733 Bytes
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
{
"name": "timberwolf",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"lint": "eslint . --fix"
},
"dependencies": {
"bencode": "^0.6.0",
"bn.js": "^1.0.0",
"buffer-equal": "0.0.1",
"compact2string": "^1.2.0",
"config": "^1.11.0",
"debug": "^2.0.0",
"express": "~4.11.1",
"hat": "0.0.3",
"inherits": "^2.0.1",
"ip": "^0.3.0",
"once": "^1.3.0",
"run-series": "^1.0.2",
"simple-get": "^1.3.0",
"string2compact": "^1.1.1"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0"
}
}