-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "private-eth",
"version": "1.0.0",
"description": "Ethereum PoC using NodeJS & JS",
"main": "index.js",
"scripts": {
"start:dev": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuEric/PrivateEth.git"
},
"author": "Procodific",
"license": "ISC",
"bugs": {
"url": "https://github.com/SuEric/PrivateEth/issues"
},
"homepage": "https://github.com/SuEric/PrivateEth#readme",
"dependencies": {
"eth-lightwallet": "^3.0.1",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.5",
"web3": "^1.0.0-beta.30"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"run-sequence": "^2.2.1"
}
}