-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·65 lines (65 loc) · 1.6 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
57
58
59
60
61
62
63
64
65
{
"name": "PROJECTNAME",
"description": "PROJECT DESCRIPTION",
"version": "0.0.1",
"author": "AUTHOR",
"url": "AUTHOR@MAIL",
"homepage": "HOMEPAGE URL",
"bugs": "ISSUES URL",
"repository": {
"type": "git",
"url": "REPO URL"
},
"directory": {
"base": "dist/",
"css": "dist/assets/css/",
"js": "dist/assets/js/",
"cssimg": "dist/assets/img/",
"markup": "dist/",
"htmlimg": "dist/images/"
},
"cssFileName": "style",
"devDependencies": {
"gulp": "3.8.5",
"gulp-grunt": "~0.5.2",
"gulp-util": "2.2.14",
"gulp-autoprefixer": "~0.0.8",
"gulp-ruby-sass": "~0.6.0",
"gulp-jade": "0.6.1",
"gulp-imagemin": "0.6.1",
"gulp-concat": "2.2.0",
"gulp-uglify": "0.3.1",
"gulp-plumber": "0.6.3",
"gulp-header": "~1.0.2",
"gulp-notify": "1.4.0",
"gulp-minify-css": "0.3.6",
"gulp-jshint": "1.6.4",
"gulp-bump": "0.1.10",
"jshint-stylish": "0.1.5",
"gulp-changed": "0.4.0",
"gulp-prettify": "0.2.0",
"css-parse": "1.5.3",
"browser-sync": "~1.3.0",
"markdown": "0.5.0",
"matchdep": "0.3.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-clean": "0.5.0",
"grunt-svgmin": "0.4.0",
"grunt-svg-to-png": "0.2.5",
"grunt-spritesmith": "~2.1.1",
"grunt-sass-imagemapper": "1.0.1",
"grunt-uncss": "0.3.5",
"grunt-sassdoc": "~0.4.3",
"grunt-combine-media-queries": "1.0.19",
"grunt-responsive-images": "0.1.3",
"grunt-modernizr": "0.5.2",
"grunt-todo": "0.3.0",
"grunt-newer": "0.7.0"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {}
}