From 04cc0abd239507215831ea74e74faa9a79300346 Mon Sep 17 00:00:00 2001 From: Colin Eberhardt Date: Sun, 1 Feb 2015 00:21:51 +0000 Subject: [PATCH] Added package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..d513a63 --- /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" +}