forked from CounterpartyXCP/counterwallet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 733 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
{
"name": "kekdaq-wallet",
"description": "Kekdaq Wallet",
"author": "MEME/PEPE Team, Counterparty development team",
"version": "1.4.0",
"license": "(CDDL-1.0)",
"main": "build/index.html",
"repository": {
"type" : "git",
"url" : "https://github.com/kekdaq/kekdaq-wallet.git"
},
"dependencies": {
"grunt": "0.4.1",
"grunt-usemin": "2.1.x",
"grunt-contrib-copy": "0.4.x",
"cryptojs": "2.5.3",
"uglify-js": "1.3.5",
"clean-css": "2.1.8",
"mocha": "1.18.2",
"chai": "=1.9.1",
"grunt-chrome-compile": "0.2.2",
"grunt-ejs": "^0.2.0",
"ejs": "2.5.5",
"grunt-contrib-watch": "^0.6.1"
},
"scripts": {
"prepublish": "grunt"
},
"engine": "node >= 0.10"
}