forked from blocktrail/blocktrail-webwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "blocktrail-webwallet",
"version": "1.0.0",
"description": "WebWallet - by BlockTrail",
"dependencies": {},
"devDependencies": {
"angular-mocks": "~1.3.13",
"bower": "^1.3.3",
"crypto-js": "^3.1.6",
"del": "^2.2.2",
"git-rev": "^0.2.1",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.5.2",
"gulp-fontello": "^0.4.6",
"gulp-html2js": "^0.4.2",
"gulp-if": "^1.2.5",
"gulp-jasmine": "^2.4.2",
"gulp-less": "^3.0.3",
"gulp-livereload": "^4.0.1",
"gulp-minify-css": "^0.3.0",
"gulp-ng-annotate": "~2.0.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"jasmine": "^2.4.1",
"karma": "^0.13.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"lodash": "^3.7.0",
"merge-stream": "^0.1.8",
"node-notifier": "^4.2.1",
"q": "^1.4.1",
"semver": "^5.3.0",
"shelljs": "^0.3.0",
"strip-json-comments": "^1.0.2"
}
}