-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
52 lines (52 loc) · 1.53 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
51
52
{
"name": "sonm-api",
"version": "2.0.20",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha ./test/*.test.js",
"karma": "karma start --browsers Chrome --debug",
"build": "cross-env NODE_ENV=production rollup --config ./config/rollup.config.js"
},
"author": "SONM Team",
"license": "MIT",
"dependencies": {
"browserify-aes": "^1.1.1",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.4",
"ethjs-abi": "^0.2.1",
"ethjs-util": "0.1.4",
"fbjs": "^0.8.16",
"randombytes": "^2.0.6",
"safe-buffer": "^5.1.1",
"scrypt-async": "^1.3.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"chai": "^4.1.2",
"cross-env": "5.0.5",
"karma": "^1.7.1",
"karma-babel-preprocessor": "^7.0.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"mocha": "^4.0.1",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-uglify": "^2.0.1",
"watchify": "^3.11.0"
}
}