2013-05-17 06:08:30 -04:00
|
|
|
{
|
2013-05-28 15:35:21 -04:00
|
|
|
"name": "Ribs",
|
|
|
|
"title": "Ribs",
|
|
|
|
"description": "The evolution of Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development.",
|
2013-05-30 04:38:13 -04:00
|
|
|
"version": "1.0.3",
|
2013-05-28 15:35:21 -04:00
|
|
|
"homepage": "https://github.com/nickpack/Ribs",
|
2013-05-17 06:08:30 -04:00
|
|
|
"author": {
|
|
|
|
"name": "Nick Pack",
|
|
|
|
"email": "nick@nickpack.com",
|
|
|
|
"url": "http://0xdeadfa11.net"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-05-28 15:35:21 -04:00
|
|
|
"url": "git@github.com:nickpack/Ribs.git"
|
2013-05-17 06:08:30 -04:00
|
|
|
},
|
|
|
|
"bugs": {
|
2013-05-28 15:35:21 -04:00
|
|
|
"url": "https://github.com/nickpack/Ribs/issues"
|
2013-05-17 06:08:30 -04:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
2013-05-28 15:35:21 -04:00
|
|
|
"url": "https://github.com/nickpack/Ribs/blob/master/LICENSE-MIT"
|
2013-05-17 06:08:30 -04:00
|
|
|
}
|
|
|
|
],
|
2013-05-17 06:44:09 -04:00
|
|
|
"scripts": {
|
2013-05-28 15:35:21 -04:00
|
|
|
"test": "grunt test"
|
2013-05-17 06:44:09 -04:00
|
|
|
},
|
2013-05-17 06:08:30 -04:00
|
|
|
"main": "./index",
|
|
|
|
"keywords": [
|
2013-05-28 15:35:21 -04:00
|
|
|
"static", "skeleton", "ribs"
|
2013-05-17 06:08:30 -04:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
|
|
"grunt-contrib-sass": "~0.3.0",
|
|
|
|
"grunt-contrib-csslint": "~0.1.1",
|
|
|
|
"grunt-contrib-cssmin": "~0.5.0"
|
|
|
|
}
|
|
|
|
}
|