Add a README

This commit is contained in:
Marijn Haverbeke 2012-09-24 12:10:30 +02:00
parent 56b7db4e96
commit 61906485a1
2 changed files with 7 additions and 3 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Acorn
A tiny, fast JavaScript parser in JavaScript.
See http://marijnhaverbeke.nl/acorn/

View File

@ -7,12 +7,11 @@
"engines": {"node": ">=0.4.0"}, "engines": {"node": ">=0.4.0"},
"maintainers": [{"name": "Marijn Haverbeke", "maintainers": [{"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com", "email": "marijnh@gmail.com",
"web": "http://marijnhaverbeke.nl" "web": "http://marijnhaverbeke.nl"}],
}],
"repositories": [{"type": "git", "repositories": [{"type": "git",
"url": "http://marijnhaverbeke.nl/git/acorn"}, "url": "http://marijnhaverbeke.nl/git/acorn"},
{"type": "git", {"type": "git",
"url": "https://github.com/marijnh/acorn.git"}] "url": "https://github.com/marijnh/acorn.git"}],
"licenses": [{"type": "MIT", "licenses": [{"type": "MIT",
"url": "http://marijnhaverbeke.nl/acorn/LICENSE"}], "url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
"scripts": {"test": "node test/run.js"} "scripts": {"test": "node test/run.js"}