This commit is contained in:
Colin Eberhardt 2015-02-01 00:21:51 +00:00 коммит произвёл Colin Eberhardt
Родитель 99c7ce24b1
Коммит 04cc0abd23
1 изменённых файлов: 19 добавлений и 0 удалений

19
package.json Normal file
Просмотреть файл

@ -0,0 +1,19 @@
{
"name": "css-layout",
"version": "0.0.1",
"description": "Reimplementation of CSS layout using pure JavaScript",
"main": "src/Layout.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/css-layout.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/facebook/css-layout/issues"
},
"homepage": "https://github.com/facebook/css-layout"
}