-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 857 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 857 Bytes
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
{
"name": "BitcoinSPVCrx",
"version": "0.0.1",
"description": "Bitcoin SPV Client",
"main": "js/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "",
"license": "Public domain",
"dependencies": {
"bitcore-spv": "git://github.com/throughnothing/bitcore-spv.git",
"bootstrap": "^3.3.2",
"bootstrap-webpack": "0.0.3",
"chrome-dgram": "^2.1.0",
"chrome-net": "^2.4.2",
"css-loader": "^0.9.1",
"file-loader": "^0.8.1",
"flux": "^2.0.1",
"imports-loader": "^0.6.3",
"jquery": "^2.1.3",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"less": "^2.4.0",
"less-loader": "^2.0.0",
"react": "^0.12.2",
"react-router": "^0.12.0",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5"
},
"devDependencies": {}
}