-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 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
30
31
32
33
{
"name": "my-angularjs-starter-pack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "gulp dev-server",
"prod": "gulp",
"bower": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natansevero/my-angularjs-starter-pack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/natansevero/my-angularjs-starter-pack/issues"
},
"homepage": "https://github.com/natansevero/my-angularjs-starter-pack#readme",
"devDependencies": {
"bower": "1.8.2",
"browser-sync": "2.18.12",
"gulp": "3.8.1",
"gulp-autoprefixer": "4.0.0",
"gulp-clean": "0.3.2",
"gulp-concat": "2.6.1",
"gulp-cssmin": "0.2.0",
"gulp-imagemin": "3.3.0",
"gulp-uglify": "2.1.2",
"gulp-usemin": "0.3.28"
}
}