This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
77 lines (77 loc) · 1.93 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "stellar-client",
"version": "0.0.0",
"private": true,
"dependencies": {},
"devDependencies": {
"bower": "1.8.8",
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"ghooks": "^0.2.2",
"git-rev": "^0.2.1",
"glob": "^4.0.6",
"gulp": "^3.6.0",
"gulp-angular-templatecache": "^1.2.1",
"gulp-autoprefixer": "^0.0.6",
"gulp-bower-files": "^0.2.1",
"gulp-cache": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-iconfont": "^8.0.1",
"gulp-iconfont-css": "2.1.0",
"gulp-imagemin": "3.2.0",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^0.6.1",
"gulp-protractor": "^0.0.11",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.3.0",
"gulp-rev": "^0.4.2",
"gulp-rev-replace": "^0.2.1",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.2.9",
"gulp-size": "^0.3.0",
"gulp-sourcemaps": "^1.1.0",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^0.5.0",
"gulp-util": "^3.0.0",
"ink-docstrap": "^0.4.12",
"jshint-stylish": "^0.1.5",
"karma": "^0.12.16",
"karma-cli": "0.0.4",
"karma-mocha": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "0.0.16",
"lodash": "^2.4.1",
"map-stream": "^0.1.0",
"merge-stream": "^0.1.1",
"mocha": "^1.20.1",
"ng-annotate": "^0.9.11",
"opn": "^0.1.1",
"protractor": "1.4.0",
"run-sequence": "^1.0.2",
"tmp": "0.0.23",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "http://github.com/stellar/stellar-client.git"
},
"scripts": {
"postinstall": "npx bower install",
"start": "gulp develop",
"build": "gulp",
"lint": "gulp hooks:lint",
"test": "gulp test"
},
"config": {
"ghooks": {}
}
}