ratchet/package.json

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

2013-09-11 22:01:13 +04:00
{
2013-09-11 23:53:07 +04:00
"name": "ratchet",
2013-12-21 03:42:21 +04:00
"description": "Prototype iPhone apps with simple HTML, CSS, and JS components.",
2013-09-11 23:53:07 +04:00
"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": [
2013-09-11 23:31:57 +04:00
{
2013-09-11 23:53:07 +04:00
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
2013-09-11 23:31:57 +04:00
}
2013-12-21 03:42:21 +04:00
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
2013-12-22 14:22:59 +04:00
"grunt-contrib-jshint": "~0.7.2",
2013-12-21 03:42:21 +04:00
"grunt-contrib-nodeunit": "~0.2.2",
2013-12-21 03:47:35 +04:00
"grunt-contrib-sass": "~0.6.0",
2013-12-21 03:42:21 +04:00
"grunt-contrib-watch": "~0.5.3",
2013-12-22 14:22:59 +04:00
"grunt-jekyll": "~0.4.1"
2013-12-21 03:42:21 +04:00
}
2013-09-11 23:53:07 +04:00
}