-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.61 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.61 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "starter-kit",
"version": "1.0.1",
"description": "Web project starter kit including tooling, best practices and project seed",
"keywords": "angular, bootstrap, gulp, ui-router, ui-bootstrap, sass, typescript, jade",
"license": "MIT",
"author": "Yohan Lasorsa",
"repository": {
"type": "git",
"url": "git@github.com/thales-poles-ra/starter-kit.git"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"angular-jsdoc": "~1.3.1",
"browser-sync": "^2.10.0",
"browser-sync-spa": "~1.0.2",
"chalk": "~1.1.0",
"concat-stream": "~1.5.0",
"del": "~2.2.0",
"gulp": "~3.9.0",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-gettext": "~2.1.0",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-cache": "~0.4.1",
"gulp-concat": "~2.6.0",
"gulp-consolidate": "~0.1.2",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "~2.4.0",
"gulp-inject": "~3.0.0",
"gulp-jade": "~1.1.0",
"gulp-jscs": "~3.0.2",
"gulp-jscs-stylish": "~1.3.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "~1.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "~1.0.3",
"gulp-ng-annotate": "~1.1.0",
"gulp-protractor": "~2.1.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.3",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "^2.1.1",
"gulp-shell": "~0.5.1",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-tsd": "0.0.4",
"gulp-tslint": "^4.2.1",
"gulp-typescript": "~2.10.0",
"gulp-uglify": "~1.5.1",
"gulp-useref": "^2.1.0",
"gulp-util": "~3.0.5",
"http-proxy-middleware": "^0.9.0",
"https-proxy-agent": "^1.0.0",
"jade": "~1.11.0",
"jasmine-spec-reporter": "^2.4.0",
"jsdoc": "~3.4.0",
"jshint": "^2.8.0",
"jshint-stylish": "~2.1.0",
"karma": "~0.13.15",
"karma-angular-filesort": "~1.0.1",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "0.5.3",
"karma-jasmine": "~0.3.5",
"karma-junit-reporter": "^0.3.3",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.0",
"lodash": "^3.10.1",
"main-bower-files": "~2.11.0",
"merge-stream": "~1.0.0",
"phantomjs": "~1.9.18",
"protractor-html-screenshot-reporter": "0.0.21",
"require-dir": "~0.3.0",
"tsd": "~0.6.3",
"tslint": "^3.1.1",
"typescript": "~1.7.3",
"uglify-save-license": "~0.4.1",
"wiredep": "~3.0.0-beta",
"wrench": "~1.5.8"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {}
}