-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "basic",
"version": "1.0.0",
"description": "Basic Structure",
"main": "index.html",
"repository": "https://github.com/sergioandrade/basic",
"keywords": [
"basic",
"Boilerplate"
],
"author": "sergio.andrade",
"license": "UNLICENSED",
"scripts": {
"start": "gulp --env development",
"postinstall": "bower install",
"dev": "gulp clean && gulp --env development",
"prod": "gulp clean && gulp build --env production",
"test": "gulp clean && gulp testing --env testing"
},
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.16.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-environments": "^0.1.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.4",
"gulp-ng-config": "^1.3.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
},
"dependencies": {
"bower": "^1.8.0",
"gulp": "^3.9.1"
}
}