forked from erwstout/ginger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
{
"name": "ginger-grid",
"version": "2.2.0",
"description": "A minimal flexbox grid system named after a cute dog.",
"main": "ginger.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erwstout/ginger.git"
},
"keywords": [
"Grid",
"Flexbox",
"Flex",
"Box",
"framework"
],
"author": "Eric Stout <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/erwstout/ginger/issues"
},
"homepage": "https://github.com/erwstout/ginger#readme",
"devDependencies": {
"gulp": "^3.9.0",
"postcss-discard-comments": "^2.0.3"
},
"dependencies": {
"gulp-autoprefixer": "^5.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0"
}
}