forked from ShieldCoin/WebWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 889 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 889 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
31
32
33
34
35
36
37
{
"name": "xri-webwallet",
"version": "0.0.1",
"description": "RIchCoin WebWallet",
"keywords": [
"XRI",
"RIchCoin",
"WebWallet"
],
"repository": "git://github.com/RIchCoin-devs/WebWallet.git",
"author": "RIchCoin <richcoin.xri@gmail.com>",
"main": "Server.js",
"engines": {
"node": ">= 0.4.0"
},
"devDependencies": {
"coveralls": "^3.0.0",
"jest": "^22.3.0",
"snazzy": "^7.0.0",
"standard": "^10.0.3"
},
"dependencies": {
"node-xsh": "^0.3.9",
"nosql": "^6.1.0",
"blakejs": "^1.1.0",
"request": "^2.83.0"
},
"scripts": {
"test": "standard --verbose | snazzy && jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"standard": {
"env": {
"jest": true
}
}
}