-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 816 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ast-match",
"version": "0.1.4",
"description": "Match AST nodes using JSON Schema.",
"main": "ast-match.js",
"scripts": {
"test": "node ./node_modules/.bin/mocha --reporter spec ./test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/GREENpoint/ast-match"
},
"keywords": [
"ast",
"match",
"matcher",
"astmatch",
"astmatcher",
"json",
"schema",
"jsonschema",
"json-schema",
"mozilla",
"parser"
],
"author": "Vitaliy Green",
"license": "MIT",
"bugs": {
"url": "https://github.com/GREENpoint/ast-match/issues"
},
"dependencies": {
"tv4": "~1.2.7"
},
"devDependencies": {
"esprima": "~2.7.1",
"estraverse": "~4.1.1",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.1"
}
}