forked from johno/furtive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 996 Bytes
/
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
{
"name": "furtive",
"version": "1.0.2",
"description": "A forward-thinking, CSS micro-framework. Minimal by design.",
"homepage": "https://github.com/johnotander/furtive",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/furtive.git"
},
"keywords": [
"furtive",
"css",
"microframework",
"scss"
],
"author": "John Otander <[email protected]> (http://johnotander.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/furtive/issues"
},
"devDependencies": {
"a11y": "^0.2.2",
"gray": "0.0.4",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-header": "^1.2.2",
"gulp-minify-css": "^0.3.10",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.3",
"gulp-size": "^1.1.0",
"gulp-uncss": "^0.5.1",
"gulp-util": "^3.0.1",
"normalize.css": "^3.0.1"
}
}