forked from hankhero/chromawallet-proto
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "chromawallet-web",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "git://github.com/chromaway/chromawallet-proto.git"
},
"dependencies": {
"cc-wallet-engine": "git://github.com/chromaway/cc-wallet-engine.git#v0.6.13",
"grunt": "0.4.5",
"grunt-shell": "0.7.0",
"grunt-contrib-clean": "0.6.0",
"grunt-concurrent": "1.0.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-compass": "0.9.1",
"grunt-browserify": "3.2.0",
"grunt-cache-bust": "0.4.4",
"grunt-react": "0.10.0",
"grunt-subgrunt": "0.4.1",
"install": "0.1.7",
"npm": "1.4.28",
"react": "0.12.1",
"qrcode.react": "0.3.0",
"react-animate": "0.1.5",
"lodash": "^2.4.1",
"fastclick": "^1.0.6",
"store": "1.3.16"
},
"devDependencies": {
"chai": "1.9.2",
"grunt-mocha-test": "0.12.1",
"mocha": "1.21.5",
"grunt-contrib-watch": "git://github.com/jacksonrayhamilton/grunt-contrib-watch.git",
"grunt-beep": "0.3.1",
"grunt-sync": "0.2.1"
}
}