mirror of https://github.com/twbs/ratchet.git
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.
38 lines
997 B
38 lines
997 B
{ |
|
"name": "ratchet", |
|
"description": "Build native apps with simple HTML, CSS, and JS components.", |
|
"version": "2.0.0", |
|
"keywords": [ |
|
"css", |
|
"ios", |
|
"native", |
|
"prototype" |
|
], |
|
"homepage": "http://goratchet.com", |
|
"author": "Connor Sears", |
|
"style": "./dist/ratchet.css", |
|
"sass": "./lib/sass/ratchet.scss", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/twbs/ratchet.git" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/twbs/ratchet/issues" |
|
}, |
|
"license": "MIT", |
|
"devDependencies": { |
|
"grunt": "~0.4.2", |
|
"grunt-contrib-concat": "~0.3.0", |
|
"grunt-contrib-copy": "~0.5.0", |
|
"grunt-contrib-cssmin": "~0.8.0", |
|
"grunt-contrib-jshint": "~0.8.0", |
|
"grunt-contrib-nodeunit": "~0.3.0", |
|
"grunt-contrib-sass": "~0.7.1", |
|
"grunt-contrib-uglify": "~0.3.0", |
|
"grunt-contrib-watch": "~0.5.3", |
|
"grunt-html-validation": "~0.1.13", |
|
"grunt-jekyll": "~0.4.1", |
|
"grunt-sed": "~0.1.1", |
|
"load-grunt-tasks": "~0.4.0" |
|
} |
|
}
|
|
|