-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
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
{
"name": "BitGuildCrowdsale",
"version": "1.0.0",
"description": "BitGuilt crowdsale and token contracts",
"scripts": {
"lint": "./node_modules/.bin/eslint ./",
"build": "./node_modules/.bin/webpack"
},
"author": "BitGuild Core",
"license": "MIT",
"require": [
"babel-register"
],
"repository": {
"type": "git",
"url": "https://github.com/bitguildplatform/Crowdsale"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"eslint": "^3.14.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.0",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"truffle-contract": "^1.1.6",
"uglifyjs-webpack-plugin": "^0.1.2",
"web3": "^0.18.2",
"webpack": "^2.2.1"
},
"dependencies": {
"ethereumjs-tx": "^1.3.3",
"js-sha256": "^0.6.0"
}
}