Add a README
This commit is contained in:
parent
56b7db4e96
commit
61906485a1
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Acorn
|
||||||
|
|
||||||
|
A tiny, fast JavaScript parser in JavaScript.
|
||||||
|
|
||||||
|
See http://marijnhaverbeke.nl/acorn/
|
||||||
@ -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"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user