You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "ratchet",
|
|
|
|
"description": "Prototype iPhone apps with simple HTML, CSS, and JS components.",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"keywords": [
|
|
|
|
"ratchet",
|
|
|
|
"css",
|
|
|
|
"ios",
|
|
|
|
"prototype"
|
|
|
|
],
|
|
|
|
"homepage": "http://maker.github.com/ratchet/",
|
|
|
|
"author": "Connor Sears, Dave Gamache, and Jacob Thornton",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/maker/ratchet.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/maker/ratchet/issues"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://www.opensource.org/licenses/MIT"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
|
|
"grunt-contrib-jshint": "~0.7.0",
|
|
|
|
"grunt-contrib-nodeunit": "~0.2.2",
|
|
|
|
"grunt-contrib-sass": "~0.6.0",
|
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
"grunt-jekyll": "~0.4.0"
|
|
|
|
}
|
|
|
|
}
|