Bones/package.json

41 lines
994 B
JSON
Raw Normal View History

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-10-15 14:19:50 -04:00
"version": "1.0.9",
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-07-14 17:28:36 -04:00
"static", "skeleton", "ribs", "css", "scss"
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-styleguide": "~0.2.6",
2013-05-17 06:08:30 -04:00
"grunt-contrib-cssmin": "~0.5.0"
}
2013-10-10 11:54:25 -04:00
}