-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.08 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
{
"name": "headings",
"version": "1.0.0",
"description": "Documentation for HTML heading style defaults.",
"main": "index.html",
"repository": {
"type": "git",
"url": "git://github.com/sndsgn/headings.git"
},
"keywords": [
"HTML",
"HTML5",
"headings",
"CSS",
"Design"
],
"author": "sndsgn",
"license": "MIT",
"bugs": {
"url": "https://github.com/sndsgn/headings/issues"
},
"devDependencies": {
"browser-sync": "^1.1.1",
"css": "^2.1.0",
"css-parse": "^2.0.0",
"gulp": "^3.8.2",
"gulp-autoprefixer": "0.0.7",
"gulp-basswork": "0.0.11",
"gulp-csslint": "^0.1.4",
"gulp-file-include": "^0.5.1",
"gulp-minify-css": "^0.3.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-shell": "^0.2.8",
"gulp-size": "^0.4.0",
"gulp-uncss": "^1.0.0",
"gulp-util": "^2.2.18",
"gulp-watch": "^0.6.8",
"lodash": "^2.4.1",
"node-sass": "^0.9"
},
"contributors": [
{
"name": "robert forloine",
"url": "http://www.sndsgn.com"
}
],
"scripts": {
"start": "gulp"
}
}