-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "wallet",
"version": "1.1.0",
"description": "wallet web3 eth roller master coin",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node post_install.js",
"build": "node post_install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roller-project/wallet.git"
},
"keywords": [
"roller-wallet"
],
"author": "Roller Davic",
"license": "ISC",
"bugs": {
"url": "https://github.com/roller-project/wallet/issues"
},
"homepage": "https://github.com/roller-project/wallet#readme",
"dependencies": {
"animate.css": "^3.6.1",
"autoprefixer": "^8.6.5",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"bootstrap": "^4.0.0",
"bufferutil": "^4.0.0",
"composer": "^2.0.2",
"css-loader": "^0.28.11",
"expose-loader": "^0.7.5",
"express": "^4.16.3",
"express-loader": "0.0.2",
"fs": "0.0.1-security",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"moment": "^2.22.2",
"path": "^0.12.7",
"phpjs": "^1.3.2",
"popper.js": "^1.14.1",
"postcss-loader": "^2.1.3",
"precss": "^3.1.2",
"promise-mysql": "^3.2.1",
"sass-loader": "^6.0.7",
"shelljs": "^0.8.1",
"socket.io": "^2.0.4",
"style-loader": "^0.20.3",
"utf-8-validate": "^5.0.1",
"uws": "^10.148.1",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
}
}