Build mobile apps with simple HTML, CSS, and JS components. http://goratchet.com/
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.

40 lines
937 B

{
11 years ago
"name": "ratchet",
11 years ago
"description": "Build native apps with simple HTML, CSS, and JS components.",
11 years ago
"version": "2.0.0",
"keywords": [
"ratchet",
"css",
"ios",
11 years ago
"native",
11 years ago
"prototype"
],
"homepage": "http://maker.github.com/ratchet/",
11 years ago
"author": "Connor Sears",
11 years ago
"style": "./dist/ratchet.css",
"sass": "./lib/sass/ratchet.scss",
11 years ago
"repository": {
"type": "git",
"url": "https://github.com/maker/ratchet.git"
},
"bugs": {
"url": "https://github.com/maker/ratchet/issues"
},
"licenses": [
{
11 years ago
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-sass": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-jekyll": "~0.4.1"
}
11 years ago
}