forked from CounterpartyXCP/counterwallet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 929 Bytes
/
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
{
"name": "counterwallet",
"description": "Counterwallet",
"author": "Counterparty development team",
"license": "(CDDL-1.0)",
"version": "1.8.0",
"main": "build/index.html",
"repository": {
"type" : "git",
"url" : "https://github.com/CounterpartyXCP/counterwallet.git"
},
"dependencies": {
"cryptojs": "2.5.3",
"mocha": "1.18.2",
"transifex": "1.4.2"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-usemin": "2.1.x",
"grunt-contrib-copy": "0.4.x",
"uglify-js": "1.3.5",
"clean-css": "2.1.8",
"chai": "=1.9.1",
"grunt-chrome-compile": "0.2.2",
"mocha-phantomjs": "4.x"
},
"scripts": {
"prepublish": "grunt",
"test": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/test.html --ignore-ssl-errors=true --ignore-resource-errors --ssl-protocol=any # phantomjs has issues with counterwallet.io SSL cert"
},
"engine": "node >= 0.10"
}