ratchet/package.json

54 строки
1.3 KiB
JSON
Исходник Обычный вид История

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
},
"license": "MIT",
2014-03-03 22:05:44 +04:00
"scripts": {
"test": "grunt test"
},
2013-12-21 03:42:21 +04:00
"devDependencies": {
"grunt": "~0.4.5",
2014-03-08 19:34:04 +04:00
"grunt-autoprefixer": "~2.2.0",
"grunt-banner": "~0.3.1",
"grunt-contrib-clean": "~0.6.0",
2015-02-20 12:24:33 +03:00
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.9.0",
2015-02-20 12:24:33 +03:00
"grunt-contrib-copy": "~0.8.0",
2015-01-30 12:12:24 +03:00
"grunt-contrib-csslint": "~0.4.0",
2015-02-20 12:24:33 +03:00
"grunt-contrib-cssmin": "~0.12.2",
2015-01-23 02:08:07 +03:00
"grunt-contrib-jshint": "~0.11.0",
2015-02-09 06:46:45 +03:00
"grunt-contrib-sass": "~0.9.2",
2015-02-20 12:24:33 +03:00
"grunt-contrib-uglify": "~0.8.0",
2014-03-23 19:54:43 +04:00
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",
2015-03-10 11:50:28 +03:00
"grunt-html": "~4.0.0",
2014-05-01 19:55:10 +04:00
"grunt-jekyll": "~0.4.2",
2015-02-07 00:55:06 +03:00
"grunt-jscs": "~1.5.0",
"grunt-sed": "~0.1.1",
2015-01-30 12:12:24 +03:00
"load-grunt-tasks": "~3.1.0",
2015-02-20 12:24:33 +03:00
"time-grunt": "~1.1.0"
},
"engines": {
"node": ">=0.10.1"
2013-12-21 03:42:21 +04:00
}
2013-09-11 23:53:07 +04:00
}