-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.19 KB
/
package.json
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
{
"name": "angular-cycle-gallery-builder",
"description": "Build project for Angular Cycle Gallery",
"version": "0.0.2",
"main": "gulpfile.js",
"dependencies": {
"bower": "^1.3.12",
"coffee-script": "^1.8.0",
"del": "^1.1.1",
"express": "^4.12.2",
"gulp": "4.x",
"gulp-sass": "3.x",
"gulp-batch": "^1.0.4",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.5.2",
"gulp-inject": "^1.1.1",
"gulp-jade": "^0.10.0",
"gulp-md5": "^0.1.0",
"gulp-minify-css": "^0.4.5",
"gulp-nodemon": "^1.0.4",
"gulp-plumber": "^1.0.0",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"lodash": "^2.4.1",
"q": "^1.1.2",
"stream-series": "^0.1.1"
},
"devDependencies": {},
"scripts": {
"install": "",
"test": "node test/index.js",
"start": "node server.js"
},
"author": "Vladislav Melyanitskiy <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/Rademade/angular-cycle-gallery.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Rademade/angular-cycle-gallery/issues"
},
"homepage": "https://github.com/Rademade/angular-cycle-gallery"
}