annotate-esprima/scripts/lib/esprima-master/bower.json
2014-04-15 11:04:48 +02:00

29 lines
570 B
JSON
Executable file

{
"name": "esprima",
"version": "2.0.0-dev",
"main": "./esprima.js",
"scripts": [
"esprima.js"
],
"dependencies": {},
"ignore": [
"examples",
"test",
"tools"
],
"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"
]
}