-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 879 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 879 Bytes
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
{
"name": "shelves",
"version": "1.1.3",
"description": "The only responsive, fluid CSS grid with infinitely nestable columns.",
"main": "scss/shelves.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typeimage/shelves.git"
},
"keywords": [
"eyeglass-module",
"sass",
"responsive",
"grid",
"rwd",
"layout"
],
"author": "Pete Browne <pete@typeimage.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/typeimage/shelves/issues"
},
"homepage": "https://github.com/typeimage/shelves#readme",
"eyeglass": {
"needs": "^0.8.2",
"exports": false,
"sassDir": "scss"
},
"devDependencies": {
"browser-sync": "^2.18.7",
"gulp": "^3.9.1",
"gulp-pug": "^3.2.0",
"gulp-sass": "^3.1.0"
}
}