-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
48 lines (48 loc) · 1.14 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": "zen-grids",
"version": "2.0.3",
"description": "Zen Grids is an intuitive, flexible grid system to create responsive, adaptive, fluid and fixed-width layouts.",
"homepage": "https://github.com/JohnAlbin/zen-grids",
"bugs": {
"url": "https://github.com/JohnAlbin/zen-grids/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/JohnAlbin/zen-grids.git"
},
"author": "John Albin Wilkins <[email protected]> (http://john.albin.net/)",
"keywords": [
"eyeglass-module",
"sass",
"layout",
"grid",
"rwd",
"responsive-web-design"
],
"main": "sass/_zen-grids.scss",
"style": "sass/_zen-grids.scss",
"eyeglass": {
"sassDir": "sass",
"exports": false,
"needs": "*"
},
"directories": {
"lib": "sass",
"test": "test"
},
"scripts": {
"test": "mocha",
"posttest": "eslint test",
"test-only": "mocha"
},
"license": "GPL-2.0",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.7.1",
"eyeglass": "^1.1.2",
"mocha": "^3.1.2",
"node-sass-import-once": "^1.2.0",
"sassy-test": "^3.0.0",
"support-for": "^1.0.0"
}
}