diff --git a/package.json b/package.json new file mode 100644 index 00000000..d513a633 --- /dev/null +++ b/package.json @@ -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" +}