-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.2 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.2 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
{
"name": "raisedOnZenith",
"version": "1.0.0",
"description": "rozBand",
"repository": {
"type": "git",
"url": "https://github.com/lfarran/roz"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Bootstrap",
"SASS",
"AngularJS",
"Gulp"
],
"author": "lfarran & Fkhasib",
"license": "ISC",
"devDependencies": {
"bower": "^1.5.3",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-duration": "0.0.0",
"gulp-flatten": "0.2.0",
"gulp-gzip": "^1.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-insert": "^0.5.0",
"gulp-install": "^0.6.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.3.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4"
}
}