forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.85 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
{
"name": "ionic-sdk",
"private": false,
"version": "1.1.1",
"codename": "yttrium-yeti",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
"devDependencies": {
"canonical-path": "0.0.2",
"chalk": "^0.4.0",
"connect": "^2.30.2",
"conventional-changelog": "0.0.17",
"cpr": "^0.2.0",
"dgeni": "^0.3.0",
"dgeni-packages": "^0.9.3",
"event-stream": "3.1.0",
"github": "^0.2.4",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^0.9.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-if": "0.0.5",
"gulp-jscs": "^1.6.0",
"gulp-minify-css": "^0.3.13",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-strip-debug": "^0.3.1",
"gulp-template": "^0.1.2",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"htmlparser2": "^3.7.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": "^0.12.37",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.4.2",
"karma-jasmine": "~0.1.5",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "~0.1.2",
"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.5",
"minimist": "0.0.8",
"mkdirp": "^0.3.5",
"node-libs-browser": "^0.5.2",
"node-twitter-api": "^1.6.3",
"node-uuid": "^1.4.1",
"protractor": "^0.23.1",
"q": "^1.4.1",
"request": "^2.67.0",
"sauce-connect-launcher": "^0.2.2",
"semver": "^2.2.1",
"through": "^2.3.8",
"webpack": "^1.10.1",
"winston": "^0.7.2"
},
"licenses": [
{
"type": "MIT"
}
]
}