2013-09-11 22:01:13 +04:00
|
|
|
{
|
2013-09-11 23:53:07 +04:00
|
|
|
"name": "ratchet",
|
2014-03-03 16:53:40 +04:00
|
|
|
"description": "Build mobile apps with simple HTML, CSS, and JS components.",
|
2014-04-02 19:36:38 +04:00
|
|
|
"version": "2.0.2",
|
2013-09-11 23:53:07 +04:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
2014-03-14 13:43:50 +04:00
|
|
|
"fonts",
|
2013-09-11 23:53:07 +04:00
|
|
|
"ios",
|
2014-03-03 16:53:40 +04:00
|
|
|
"android",
|
|
|
|
"mobile",
|
2013-09-11 23:53:07 +04:00
|
|
|
"prototype"
|
|
|
|
],
|
2014-02-25 08:25:00 +04:00
|
|
|
"homepage": "http://goratchet.com",
|
2014-02-21 06:02:13 +04:00
|
|
|
"author": "Connor Sears",
|
2014-03-08 02:01:42 +04:00
|
|
|
"style": "dist/css/ratchet.css",
|
|
|
|
"sass": "sass/ratchet.scss",
|
2013-09-11 23:53:07 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-02-25 08:25:00 +04:00
|
|
|
"url": "https://github.com/twbs/ratchet.git"
|
2013-09-11 23:53:07 +04:00
|
|
|
},
|
|
|
|
"bugs": {
|
2014-02-25 08:25:00 +04:00
|
|
|
"url": "https://github.com/twbs/ratchet/issues"
|
2013-09-11 23:53:07 +04:00
|
|
|
},
|
2014-02-26 22:25:16 +04:00
|
|
|
"license": "MIT",
|
2014-03-03 22:05:44 +04:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2013-12-21 03:42:21 +04:00
|
|
|
"devDependencies": {
|
2014-03-23 19:54:43 +04:00
|
|
|
"grunt": "~0.4.4",
|
2014-03-06 12:05:15 +04:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2014-04-01 09:20:19 +04:00
|
|
|
"grunt-contrib-concat": "~0.4.0",
|
2014-02-25 04:31:41 +04:00
|
|
|
"grunt-contrib-copy": "~0.5.0",
|
2014-03-05 21:53:16 +04:00
|
|
|
"grunt-contrib-csslint": "~0.2.0",
|
2014-03-02 12:39:23 +04:00
|
|
|
"grunt-contrib-cssmin": "~0.9.0",
|
2014-04-02 17:19:11 +04:00
|
|
|
"grunt-contrib-jshint": "~0.10.0",
|
2014-03-12 21:49:41 +04:00
|
|
|
"grunt-contrib-nodeunit": "~0.3.3",
|
|
|
|
"grunt-contrib-sass": "~0.7.3",
|
2014-03-02 12:39:23 +04:00
|
|
|
"grunt-contrib-uglify": "~0.4.0",
|
2014-03-23 19:54:43 +04:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2014-04-02 20:22:28 +04:00
|
|
|
"grunt-csscomb": "~2.0.1",
|
2014-03-23 19:54:43 +04:00
|
|
|
"grunt-html-validation": "~0.1.14",
|
2014-02-26 03:22:29 +04:00
|
|
|
"grunt-jekyll": "~0.4.1",
|
2014-03-23 19:54:43 +04:00
|
|
|
"grunt-jscs-checker": "~0.4.1",
|
2014-02-26 06:40:53 +04:00
|
|
|
"grunt-sed": "~0.1.1",
|
2014-03-07 10:31:06 +04:00
|
|
|
"load-grunt-tasks": "~0.4.0",
|
2014-03-23 19:54:43 +04:00
|
|
|
"time-grunt": "~0.3.1"
|
2014-03-07 10:30:52 +04:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "~0.10.1"
|
2013-12-21 03:42:21 +04:00
|
|
|
}
|
2013-09-11 23:53:07 +04:00
|
|
|
}
|