-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.27 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
{
"name": "gulp_angular_bootstrap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "serve -p 9800",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.2.0",
"gulp-jshint": "^2.0.4",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.4",
"main-bower-files": "^2.13.1",
"serve": "^5.1.1"
},
"projectConfig": {
"client": {
"js": {
"src": "app/**/*.js",
"dest": "dist/"
},
"css": {
"src": "app/**/*.css",
"dest": "dist/css/"
},
"template": {
"src": "app/**/*.html",
"dest": "dist/"
}
}
},
"dependencies": {},
}