19 lines
721 B
JSON
19 lines
721 B
JSON
{
|
|
"name": "acorn",
|
|
"description": "ECMAScript parser",
|
|
"homepage": "http://marijnhaverbeke.nl/acorn/",
|
|
"main": "acorn.js",
|
|
"version": "0.0.1",
|
|
"engines": {"node": ">=0.4.0"},
|
|
"maintainers": [{"name": "Marijn Haverbeke",
|
|
"email": "marijnh@gmail.com",
|
|
"web": "http://marijnhaverbeke.nl"}],
|
|
"repositories": [{"type": "git",
|
|
"url": "http://marijnhaverbeke.nl/git/acorn"},
|
|
{"type": "git",
|
|
"url": "https://github.com/marijnh/acorn.git"}],
|
|
"licenses": [{"type": "MIT",
|
|
"url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
|
|
"scripts": {"test": "node test/run.js"}
|
|
}
|