forked from acornjs/acorn
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
28 lines (28 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "filbert",
"description": "Python parser, Mozilla AST output",
"keywords": [
"python",
"parser",
"mozilla",
"ast"
],
"main": "filbert.js",
"version": "0.1.20",
"engines": {"node": ">=0.4.0"},
"author": {"name": "Matt Lott",
"email": "[email protected]",
"url": "http://www.mattlott.com"},
"repository": {"type": "git",
"url": "https://github.com/differentmatt/filbert.git"},
"licenses": [{"type": "MIT",
"url": "https://github.com/differentmatt/filbert/blob/master/LICENSE"}],
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-jasmine-node": "^0.2.1",
"escodegen": "^1.3.2"
}
}