forked from nickpack/Ribs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 995 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
40
{
"name": "Ribs",
"title": "Ribs",
"description": "The evolution of Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development.",
"version": "1.0.11",
"homepage": "https://github.com/nickpack/Ribs",
"author": {
"name": "Nick Pack",
"email": "[email protected]",
"url": "http://0xdeadfa11.net"
},
"repository": {
"type": "git",
"url": "[email protected]:nickpack/Ribs.git"
},
"bugs": {
"url": "https://github.com/nickpack/Ribs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nickpack/Ribs/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"main": "./index",
"keywords": [
"static", "skeleton", "ribs", "css", "scss"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-sass": "~0.3.0",
"grunt-contrib-csslint": "~0.1.1",
"grunt-styleguide": "~0.2.6",
"grunt-contrib-cssmin": "~0.5.0"
}
}