-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "furtive",
"version": "2.4.0",
"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",
"framework",
"microframework",
"scss",
"stylus"
],
"author": "John Otander <johnotander@gmail.com> (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-clean": "^0.3.1",
"gulp-header": "^1.2.2",
"gulp-minify-css": "^0.3.10",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-rework": "^1.0.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^1.1.0",
"gulp-stylus": "^2.0.1",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.1",
"normalize.css": "^5.0.0",
"rework-flex-grid": "0.0.1",
"stylelint": "^8.0.0"
}
}