-
Notifications
You must be signed in to change notification settings - Fork 178
/
Copy pathpackage.json
43 lines (43 loc) · 882 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
41
42
43
{
"name": "node-jvm",
"version": "0.2.3",
"description": "jvm",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/YaroslavGaponov/node-jvm.git"
},
"keywords": [
"jvm",
"java",
"virtual",
"machine"
],
"dependencies": {
"adm-zip": ">=0.4.11"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-mocha-test": "~0.7.0",
"chai": "~1.8.0",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"grunt-node-webkit-builder": "~0.1.11"
},
"engines": {
"node": ">=8.11.0"
},
"author": "Yaroslav Gaponov",
"license": "MIT",
"readmeFilename": "readme.md",
"gitHead": "83c5cb707556be23a180c7bd62c6f20ad65b979a",
"bugs": {
"url": "https://github.com/YaroslavGaponov/node-jvm/issues"
}
}