2015-02-01 00:21:51 +00:00
|
|
|
{
|
|
|
|
"name": "css-layout",
|
2015-09-08 07:45:08 +01:00
|
|
|
"version": "1.0.0",
|
2015-02-01 00:21:51 +00:00
|
|
|
"description": "Reimplementation of CSS layout using pure JavaScript",
|
2015-08-17 17:15:40 +01:00
|
|
|
"main": "dist/css-layout.js",
|
2015-08-12 08:25:57 +01:00
|
|
|
"scripts": {
|
2015-08-28 22:15:57 +05:30
|
|
|
"watch": "grunt watch",
|
2015-08-21 08:57:22 +01:00
|
|
|
"test": "grunt ci",
|
|
|
|
"postversion": "git push --tags upstream HEAD:master"
|
2015-08-12 08:25:57 +01:00
|
|
|
},
|
2015-02-01 00:21:51 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/facebook/css-layout.git"
|
|
|
|
},
|
2015-08-31 22:05:14 +01:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
2015-09-01 06:10:34 +01:00
|
|
|
"flexbox",
|
|
|
|
"layout"
|
2015-08-31 22:05:14 +01:00
|
|
|
],
|
2015-02-01 00:21:51 +00:00
|
|
|
"author": "",
|
|
|
|
"license": "BSD",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/facebook/css-layout/issues"
|
|
|
|
},
|
2015-02-04 21:45:10 -05:00
|
|
|
"homepage": "https://github.com/facebook/css-layout",
|
|
|
|
"devDependencies": {
|
2015-08-11 13:49:52 +01:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-cli": "^0.1.13",
|
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
2015-08-13 16:56:41 +08:00
|
|
|
"grunt-contrib-concat": "^0.5.1",
|
2015-08-11 13:49:52 +01:00
|
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
|
|
"grunt-contrib-uglify": "^0.9.1",
|
2015-08-28 22:15:57 +05:30
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2015-08-11 16:52:57 +01:00
|
|
|
"grunt-eslint": "^17.1.0",
|
2015-08-12 06:17:53 +01:00
|
|
|
"grunt-execute": "^0.2.2",
|
2015-08-11 17:21:09 +01:00
|
|
|
"grunt-include-replace": "^3.1.0",
|
2015-08-11 14:42:21 +01:00
|
|
|
"grunt-karma": "^0.12.0",
|
2015-08-13 17:56:03 +08:00
|
|
|
"grunt-mkdir": "^0.1.2",
|
2015-08-12 06:17:53 +01:00
|
|
|
"grunt-shell": "^1.1.2",
|
2015-02-04 21:45:10 -05:00
|
|
|
"jasmine-core": "^2.2.0",
|
2015-08-11 14:42:21 +01:00
|
|
|
"karma": "^0.13.8",
|
2015-02-04 21:45:10 -05:00
|
|
|
"karma-chrome-launcher": "^0.1.7",
|
2015-08-11 16:52:57 +01:00
|
|
|
"karma-jasmine": "^0.3.5",
|
|
|
|
"load-grunt-tasks": "^3.2.0"
|
2015-02-04 21:45:10 -05:00
|
|
|
}
|
2015-02-01 00:21:51 +00:00
|
|
|
}
|