diff --git a/README.md b/README.md new file mode 100644 index 0000000000..ff6eb889d8 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Acorn + +A tiny, fast JavaScript parser in JavaScript. + +See http://marijnhaverbeke.nl/acorn/ diff --git a/package.json b/package.json index 0c5555e0d2..5f4a90a914 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,11 @@ "engines": {"node": ">=0.4.0"}, "maintainers": [{"name": "Marijn Haverbeke", "email": "marijnh@gmail.com", - "web": "http://marijnhaverbeke.nl" - }], + "web": "http://marijnhaverbeke.nl"}], "repositories": [{"type": "git", "url": "http://marijnhaverbeke.nl/git/acorn"}, {"type": "git", - "url": "https://github.com/marijnh/acorn.git"}] + "url": "https://github.com/marijnh/acorn.git"}], "licenses": [{"type": "MIT", "url": "http://marijnhaverbeke.nl/acorn/LICENSE"}], "scripts": {"test": "node test/run.js"}