-
Notifications
You must be signed in to change notification settings - Fork 191
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "NanoWallet",
"version": "1.1.12",
"description": "Cross-platform lite wallet for NEM",
"author": "https://github.com/QuantumMechanics",
"license": "MIT",
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-ngannotate": "^2.0.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"marked": "^0.3.5",
"vinyl-source-stream": "^1.1.0",
"gulp-uglify": "^1.5.3",
"merge-stream": "^1.0.0",
"ngstorage": "0.3.10",
"ng-toast": "2.0.0",
"angular-animate": "1.5.7",
"jquery": "3.0.0",
"angular-translate": "2.11.0",
"bootstrap": "3.3.6",
"angular-chart.js": "1.0.0",
"chart.js": "2.1.6",
"glob": "7.0.5",
"angular-mocks": "1.5.8"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp tests browserifyTests"
},
"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"
}