-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "client",
"version": "0.1.1",
"description": "Ebookcoin user-interface submodule",
"repository": {
"type": "git",
"url": "[email protected]:Ebookcoin/client.git"
},
"privated": true,
"author": "",
"license": "MIT",
"devDependencies": {
"browserify": "latest",
"grunt": "~0.4.5",
"grunt-browserify": "latest",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.1",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "latest"
},
"dependencies": {
"angular": "~1.6.0",
"angular-animate": "^1.2.0",
"angular-chartjs": "0.0.5",
"angular-modal": "~0.4.0",
"angular-resource": "~1.2.8",
"angular-route": "~1.2.8",
"angular-filter": "0.5.17",
"angular-ui-router": "~0.2.10",
"bitcore-mnemonic": "^0.10.1",
"bower": "^1.8.8",
"browserify-angular-animate": "^1.2.18",
"chart.js": "^1.0.2",
"compare-version": "^0.1.2",
"grunt-angular-gettext": "2.1.11",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.1",
"ng-clip": "^0.2.6",
"ng-table": "^0.5.4",
"requests": "0.0.1",
"socket.io": "^1.3.5",
"zeroclipboard": "^2.2.0",
"buffer": "latest",
"ebookcoin-js": "[email protected]:Ebookcoin/ebookcoin-js.git"
}
}