-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "Title",
"version": "0.0.1",
"description": "Description",
"keywords": [
"html5",
"css",
"front-end",
"web"
],
"homepage": "http://iroyoraso.com",
"author": "sujac",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://iroyo@bitbucket.org/iroyo/web-template.git"
},
"directories": {
"dist": {
"index": "dist/",
"images": "dist/images/",
"css": "dist/css/",
"js": "dist/js/"
},
"src": {
"index": "src/",
"images": "src/images/",
"stylus": "src/stylus/",
"css": {
"vendor": "src/css/vendor/",
"main": "src/css/"
},
"js": {
"vendor": "src/js/vendor/",
"main": "src/js/"
}
},
"test": "test"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-csscomb": "^3.0.6",
"gulp-header": "^1.2.2",
"gulp-html-replace": "^1.5.1",
"gulp-inject": "^1.3.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-shorthand": "^1.1.0",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^1.2.0"
}
}