forked from 720kb/BitNFC
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 726 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 726 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
{
"dependencies": {
"axios": "^0.11.1",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"bitcoin-api-light": "^1.6.0",
"bitcore-lib": "^0.13.16",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"react-router": "^2.4.1",
"redux": "^3.3.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-react": "^6.5.0",
"rollup": "^0.25.4",
"rollup-plugin-babel": "^2.3.9",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-npm": "^1.4.0",
"rollup-plugin-replace": "^1.1.0"
},
"repository": "https://github.com/makevoid/BitNFC",
"license": "Unlicense"
}