diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000000..3c3629e647f5dd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json new file mode 100644 index 00000000000000..157ef3e5da322e --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "gutenberg", + "version": "1.0.0", + "description": "Prototyping a new WordPress editor experience", + "main": "index.html", + "scripts": { + "start": "http-server -p 5000", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Automattic/gutenberg.git" + }, + "keywords": [ + "WordPress", + "editor", + "prototype" + ], + "author": "Automattic, Inc.", + "license": "GPL-2.0+", + "bugs": { + "url": "https://github.com/Automattic/gutenberg/issues" + }, + "homepage": "https://github.com/Automattic/gutenberg#readme", + "devDependencies": { + "http-server": "0.9.0" + } +}