-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 Bytes
/
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
{
"author": "InfoSlips",
"name": "Infoslips-angular-sample",
"version": "0.1.0",
"dependencies": {
"del": "^1.2.0",
"gulp": "~3.9.0",
"gulp-jshint": "*",
"gulp-concat": "*",
"browser-sync": "*"
},
"devDependencies": {
"bootstrap-sass": "^3.3.5",
"event-stream": "^3.3.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-file": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.5.0",
"gulp-jscs": "^2.0.0",
"gulp-jscs-stylish": "^1.1.1",
"gulp-jshint": "^1.11.2",
"gulp-json-sass": "0.0.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-print": "^1.1.0",
"gulp-sass": "^2.0.4",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"stream-series": "^0.1.1",
"yargs": "^3.17.1"
}
}