forked from SBoudrias/AST-query
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 758 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 758 Bytes
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
29
30
31
32
33
{
"name": "ast-query",
"version": "1.0.1",
"description": "Declarative JavaScript AST modification façade",
"main": "lib/tree.js",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"license": "MIT",
"keywords": [
"AST",
"source",
"traversal",
"syntax",
"tree"
],
"scripts": {
"test": "grunt"
},
"repository": "SBoudrias/AST-query",
"dependencies": {
"class-extend": "^0.1.1",
"escodegen-jsx": "0.1.0-1.4.2dev",
"esprima-fb": "^14001.1.0-dev-harmony-fb",
"lodash": "^3.2.0",
"traverse": "^0.6.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.9",
"grunt-contrib-jshint": "^0.11.0",
"grunt-release": "^0.11.0",
"grunt-simple-mocha": "^0.4.0"
}
}