forked from trendzmoda/store-front
-
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.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 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": "trendz.moda",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp server",
"postinstall": "gulp build:dev"
},
"author": "Renan Couto <renancouto@gmail.com> (https://github.com/renancouto)",
"license": "MIT",
"dependencies": {
"autoprefixer-core": "^5.2.1",
"browser-sync": "^2.7.13",
"browserify": "^10.2.6",
"del": "^1.2.0",
"event-stream": "^3.3.1",
"express": "^4.13.1",
"glob": "^5.0.13",
"gulp": "^3.9.0",
"gulp-changed": "^1.2.1",
"gulp-combine-mq": "^0.4.0",
"gulp-env": "^0.2.0",
"gulp-eslint": "^0.15.0",
"gulp-flatten": "^0.1.0",
"gulp-jade": "^1.0.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^5.1.9",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.0.5",
"lodash": "^3.10.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.1",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"gulp-imagemin": "^2.3.0",
"gulp-newer": "^0.5.1",
"gulp-replace": "^0.5.3",
"gulp-svg-sprite": "^1.2.7"
}
}