-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.8 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.8 KB
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
{
"name": "angularTsOnboard",
"version": "0.0.0",
"dependencies": {},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"browser-sync": "^2.12.5",
"browser-sync-spa": "^1.0.3",
"chalk": "^1.1.3",
"concat-stream": "^1.5.1",
"del": "^2.2.0",
"express": "^4.13.4",
"express-http-proxy": "^0.6.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.1.2",
"gulp-csso": "^1.0.1",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-html": "^1.0.5",
"gulp-ng-annotate": "^1.1.0",
"gulp-ngdocs": "^0.2.13",
"gulp-protractor": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.3",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.2.0",
"gulp-tslint": "^4.3.0",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.4",
"gulp-util": "^3.0.7",
"http-proxy": "^1.13.2",
"jade": "^1.11.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.3",
"lodash": "^4.11.1",
"main-bower-files": "^2.11.1",
"merge-stream": "^1.0.0",
"phantomjs": "^1.9.19",
"require-dir": "^0.3.0",
"tsd": "^0.6.5",
"tslint": "^3.2.1",
"uglify-save-license": "^0.4.1",
"url": "^0.11.0",
"wiredep": "^3.0.0",
"wrench": "^1.5.8",
"yargs": "^4.6.0"
},
"engines": {
"node": ">=0.10.0"
}
}