-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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
{
"name": "dogewallet",
"description": "Dogewallet",
"author": "Dogeparty development team",
"license": "(CDDL-1.0)",
"version": "1.8.0",
"main": "build/index.html",
"repository": {
"type": "git",
"url": "https://github.com/DogepartyXDP/dogewallet.git"
},
"dependencies": {
"cryptojs": "2.5.3",
"mocha": "1.18.2",
"transifex": "^1.5.0"
},
"devDependencies": {
"bower": "^1.8.2",
"chai": "=1.9.1",
"clean-css": "2.1.8",
"express": "^4.17.1",
"express-http-proxy": "^1.5.1",
"grunt": "^0.4.1",
"grunt-chrome-compile": "0.2.2",
"grunt-contrib-copy": "0.4.x",
"grunt-usemin": "2.1.x",
"mocha-phantomjs": "4.x",
"serve": "^6.5.3",
"uglify-js": "1.3.5"
},
"scripts": {
"prepublish": "grunt",
"serve": "serve -p 3000 ./build",
"build": "grunt build --dontcheckdeps && cd ./src && bower --allow-root --config.interactive=false update",
"dev": "grunt build --dontcheckdeps --dontminify",
"q": "grunt build --dontcheckdeps",
"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 wallet.dogeparty.net SSL cert"
},
"engine": "node >= 0.10"
}