-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 701 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 701 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
{
"name": "ast-query",
"version": "2.0.0",
"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-wallaby": "^1.6.7",
"acorn-jsx": "^4.0.0",
"lodash": "^4.6.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-simple-mocha": "^0.4.0"
}
}