-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 859 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
{
"name": "project-1",
"version": "1.0.0",
"description": "",
"main": "listener.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meeow/project-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/meeow/project-1/issues"
},
"homepage": "https://github.com/meeow/project-1#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"ethjs-contract": "^0.2.3",
"ethjs-query": "^0.3.8",
"node": "^10.8.0",
"style-loader": "^0.21.0",
"web3": "^1.0.0-beta.35",
"webpack": "^4.16.4",
"webpack-cli": "^3.1.0"
}
}