ratchet/package.json

38 строки
970 B
JSON
Исходник Обычный вид История

2013-09-11 22:01:13 +04:00
{
2013-09-11 23:53:07 +04:00
"name": "ratchet",
2014-02-09 12:46:53 +04:00
"description": "Build native apps with simple HTML, CSS, and JS components.",
2013-09-11 23:53:07 +04:00
"version": "2.0.0",
"keywords": [
"css",
"ios",
2014-02-09 12:46:53 +04:00
"native",
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-02-09 12:46:53 +04:00
"style": "./dist/ratchet.css",
"sass": "./lib/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
},
"license": "MIT",
2013-12-21 03:42:21 +04:00
"devDependencies": {
2014-01-29 08:46:23 +04:00
"grunt": "~0.4.2",
2013-12-21 03:42:21 +04:00
"grunt-contrib-concat": "~0.3.0",
2014-02-25 04:31:41 +04:00
"grunt-contrib-copy": "~0.5.0",
2014-02-26 09:04:12 +04:00
"grunt-contrib-cssmin": "~0.8.0",
2014-01-29 08:46:23 +04:00
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-sass": "~0.7.1",
2014-02-26 09:22:41 +04:00
"grunt-contrib-uglify": "~0.3.0",
2013-12-21 03:42:21 +04:00
"grunt-contrib-watch": "~0.5.3",
"grunt-html-validation": "~0.1.13",
"grunt-jekyll": "~0.4.1",
"load-grunt-tasks": "~0.4.0"
2013-12-21 03:42:21 +04:00
}
2013-09-11 23:53:07 +04:00
}