forked from SpiderBTT/NanoWallet-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.61 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "NanoWallet",
"version": "2.1.2",
"description": "Cross-platform lite wallet for NEM",
"author": "https://github.com/QuantumMechanics",
"license": "MIT",
"dependencies": {
"angular": "1.6.2",
"angular-animate": "1.6.2",
"angular-chart.js": "1.0.0",
"angular-mocks": "1.6.2",
"angular-sanitize": "1.6.2",
"angular-translate": "2.11.0",
"@uirouter/angularjs": "1.0.6",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"bitcoinjs-lib": "^3.3.1",
"bootstrap": "3.3.7",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-ngannotate": "^2.0.0",
"chart.js": "2.1.6",
"crypto-js": "^3.1.9-1",
"glob": "7.0.5",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.8",
"jquery": "3.0.0",
"marked": "^0.3.5",
"merge-stream": "^1.0.0",
"nem-sdk": "1.6.4",
"ng-toast": "2.0.0",
"ngstorage": "0.3.10",
"nw": "^0.26.6",
"nw-builder": "^3.4.1",
"url-parse": "1.1.9",
"vinyl-source-stream": "^1.1.0",
"zxcvbn": "4.4.2"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp tests browserifyTests",
"devApp": "nw build/"
},
"repository": {
"type": "git",
"url": "https://github.com/NemProject/NanoWallet.git"
},
"keywords": [
"nem"
],
"bugs": {
"url": "https://github.com/NemProject/NanoWallet/issues"
},
"homepage": "https://github.com/NemProject/NanoWallet#readme"
}