-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "markdowncss.github.io",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"a11y": "^0.2.3",
"furtive-lists": "0.0.1",
"furtive-typescale": "0.0.4",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-header": "^1.2.2",
"gulp-minify-css": "^0.3.11",
"gulp-rename": "^1.2.0",
"gulp-rework": "^1.0.2",
"gulp-size": "^1.1.0",
"gulp-uncss": "^0.5.2",
"gulp-util": "^3.0.1",
"rework-custom-media": "^0.2.0",
"rework-npm": "^1.0.0",
"rework-vars": "^3.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/markdowncss/markdowncss.github.io.git"
},
"author": "John Otander <[email protected]> (http://johnotander.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/markdowncss/markdowncss.github.io/issues"
},
"homepage": "https://github.com/markdowncss/markdowncss.github.io"
}