-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 Bytes
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
{
"name": "YourProject",
"version": "0.0.1",
"description": "Description of your project",
"dependencies": {},
"devDependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1",
"browser-sync": "^2.9.10",
"browserify": "^13.1.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.1",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-webserver": "^0.9.1",
"lost": "^7.0.3",
"vinyl-source-stream": "^1.1.0",
"vueify": "^8.7.0"
}
}