forked from ionic-team/ionic-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.06 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
78
79
80
{
"name": "ionic-sdk",
"private": false,
"version": "1.3.7",
"codename": "hong kong",
"repository": {
"url": "git://github.com/boundstate/ionic-v1.git"
},
"devDependencies": {
"canonical-path": "0.0.2",
"chalk": "^0.4.0",
"connect": "^2.13.0",
"conventional-changelog": "^1.1.0",
"cpr": "^0.2.0",
"dgeni": "0.4.0",
"dgeni-packages": "^0.22.0",
"event-stream": "3.1.0",
"github": "^0.2.1",
"gulp": "^3.7.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.1.7",
"gulp-eslint": "^0.9.0",
"gulp-footer": "^1.0.4",
"gulp-header": "^1.8.9",
"gulp-if": "0.0.5",
"gulp-jscs": "^1.3.0",
"gulp-rename": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-strip-debug": "^0.3.0",
"gulp-template": "^0.1.1",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"htmlparser2": "3.7.0",
"ionic-cz-conventional-changelog": "^1.0.0",
"ircb": "^0.3.1",
"istanbul": "^0.3.17",
"istanbul-instrumenter-loader": "^0.1.3",
"jasmine-node": "^1.14.3",
"js-string-escape": "^1.0.0",
"js-yaml": "^3.0.2",
"jshint-summary": "^0.3.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.4.2",
"karma-jasmine": "~0.1.5",
"karma-mocha-reporter": "^2.2.4",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"lodash": "^2.4.1",
"lodash.template": "^2.4.1",
"lunr": "0.4.5",
"marked": "^0.3.2",
"minimist": "0.0.8",
"mkdirp": "^0.3.5",
"node-libs-browser": "^0.5.2",
"node-twitter-api": "^1.2.2",
"node-uuid": "^1.4.1",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^0.23.1",
"q": "^1.0.1",
"request": "^2.36.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5",
"sauce-connect-launcher": "^0.2.2",
"semver": "^2.2.1",
"through": "^2.3.4",
"winston": "^0.7.2"
},
"licenses": [
{
"type": "MIT"
}
],
"config": {
"commitizen": {
"path": "node_modules/ionic-cz-conventional-changelog"
}
}
}