-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.85 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"author": "Sajera",
"name": "app",
"version": "0.0.2",
"contributors": [
{
"name": "Sajera",
"email": "allsajera@gmail.com"
}
],
"description": "This project is designed to obtain basic knowledge of the library angular.js. And the approaches to building a SPA for the web",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.13",
"browser-sync-spa": "^1.0.3",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^4.1.0",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.5.0",
"gulp-sync": "^0.1.4",
"gulp-token-replace": "^1.0.3",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"less-plugin-autoprefix": "^1.5.1",
"main-bower-files": "^2.13.1",
"uglify-save-license": "^0.4.1",
"wiredep": "^4.0.0"
},
"engines": {
"node": ">=4.4.5",
"npm": ">=3.10.5"
},
"scripts": {
"build": "gulp build",
"serve": "gulp serve",
"serve-dev": "gulp serve-dev",
"build-prod": "gulp build-prod",
"test": "echo \"Error: no test specified\" && exit 1",
"log-env": "node -e \"console.log('NODE_ENV:\\n\\t'+ (process.env.NODE_ENV||'not specified') )\""
}
}