annotate-esprima/scripts/lib/esprima-master/component.json

25 lines
495 B
JSON
Raw Normal View History

2014-04-15 09:04:48 +00:00
{
"name": "esprima",
"version": "2.0.0-dev",
"main": "./esprima.js",
"scripts": [
"esprima.js"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "http://github.com/ariya/esprima.git"
},
"licenses": [{
"type": "BSD",
"url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
}],
"keywords": [
"ast",
"ecmascript",
"javascript",
"parser",
"syntax"
]
}