-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 772 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 772 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
34
35
36
37
{
"name": "grasp-syntax-javascript",
"version": "0.2.2",
"author": "George Zahariev <z@georgezahariev.com>",
"description": "grasp query engines common parts",
"homepage": "http://graspjs.com",
"keywords": [
"grasp",
"syntax",
"javascript",
"ast",
"mozilla",
"spidermonkey"
],
"files": [
"index.js",
"README.md",
"LICENSE"
],
"bugs": "https://github.com/gkz/grasp-syntax-javascript/issues",
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/gkz/grasp-syntax-javascript.git"
},
"dependencies": {
"prelude-ls": "~1.1.2"
},
"devDependencies": {
"livescript": "~1.5.0",
"mocha": "~2.1.0",
"istanbul": "~0.1.43"
}
}