-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 843 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
38
39
40
41
{
"name": "node-go2js",
"version": "0.0.6",
"description": "Golang to Mozilla AST Tree via go2js",
"main": "go.js",
"scripts": {
"test": "mocha test/test.js --require should --reporter=nyan --ui bdd"
},
"bin": {
"go2js": "go.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ttback/node-go2js"
},
"keywords": [
"golang",
"go2js",
"js",
"ast",
"mozilla"
],
"author": "Tim Xia",
"license": "MIT",
"bugs": {
"url": "https://github.com/ttback/node-go2js/issues"
},
"homepage": "https://github.com/ttback/node-go2js",
"dependencies": {
"esprima": "^1.2.1",
"commander": "^2.2.0",
"exec": "^0.1.1",
"mv": "^2.0.0",
"tmp": "0.0.23",
"longjohn": "^0.2.4"
},
"devDependencies": {
"mocha": "^1.18.2",
"should": "^3.3.1"
}
}