-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
102 lines (102 loc) · 3.14 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "subscriptionApp",
"version": "0.0.0",
"dependencies": {},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"browser-sync": "^2.9.11",
"browser-sync-spa": "^1.0.2",
"chalk": "~1.0.0",
"concat-stream": "~1.5.0",
"del": "^1.2.1",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "~2.3.1",
"gulp-cached": "^1.1.0",
"gulp-concat": "~2.5.2",
"gulp-css-globbing": "^0.1.8",
"gulp-csso": "~1.0.0",
"gulp-filter": "~2.0.2",
"gulp-flatten": "^0.1.1",
"gulp-inject": "~1.3.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "~1.11.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-html": "~1.0.3",
"gulp-ng-annotate": "~1.0.0",
"gulp-notify": "^2.2.0",
"gulp-protractor": "~1.0.0",
"gulp-remove-code": "^1.0.2",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.3",
"gulp-rev": "~5.0.0",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.3",
"gulp-size": "~1.2.1",
"gulp-sourcemaps": "~1.5.2",
"gulp-tslint": "^3.1.2",
"gulp-typescript": "~2.8.1",
"gulp-uglify": "~1.2.0",
"gulp-useref": "~1.2.0",
"gulp-util": "~3.0.5",
"http-proxy-middleware": "^0.9.0",
"isparta": "^3.0.4",
"istanbul": "gotwarlost/istanbul.git#source-map",
"jshint-stylish": "~2.0.0",
"jspm": "^0.16.10",
"karma": "~0.12.36",
"karma-babel-preprocessor": "^5.2.1",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-html-reporter": "^0.2.6",
"karma-jasmine": "~0.3.5",
"karma-jspm": "^2.0.1",
"karma-phantomjs-launcher": "~0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "0.0.20",
"lodash": "~3.9.3",
"main-bower-files": "~2.8.0",
"merge-stream": "~0.1.7",
"pretty-hrtime": "^1.0.0",
"proxy-middleware": "^0.14.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"tsd": "~0.6.1",
"typescript": "~1.5.0",
"uglify-save-license": "~0.4.1",
"url": "^0.11.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1",
"wiredep": "~2.2.2",
"wrench": "~1.5.8"
},
"engines": {
"node": ">=0.10.0"
},
"jspm": {
"configFile": "app/jspm-config/config.js",
"dependencies": {
"angular": "npm:angular@^1.4.5",
"angular-cookies": "github:angular/bower-angular-cookies@^1.4.5",
"angular-local-storage": "npm:angular-local-storage@^0.2.2",
"angular-mocks": "github:angular/bower-angular-mocks@^1.4.5",
"angular-sanitize": "github:angular/bower-angular-sanitize@^1.4.6",
"angular-translate": "github:angular-translate/bower-angular-translate@^2.8.0",
"angular-ui-router": "npm:angular-ui-router@^0.2.15",
"babel": "npm:babel@^5.8.23",
"rx": "npm:rx@^3.1.2"
},
"devDependencies": {
"-": "npm:babel-core@^5.8.24",
"--runtime": "npm:babel-runtime@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.20",
"core-js": "npm:core-js@^1.1.0",
"typescript": "npm:typescript@^1.6.0-dev.20150818"
}
}
}