forked from killmag10/nodeschnaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.33 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "nodeschnaps",
"description": "A NodeJS compatibility layer for Java (Rhino).",
"version": "0.6.1",
"private": false,
"author": "Lars Dietrich <[email protected]>",
"license": "LGPL-3.0",
"homepage": "http://killmag10.github.io/nodeschnaps/",
"contributors": [
{
"name": "Lars Dietrich",
"email": "[email protected]"
},
{
"name": "Hermann Mayer",
"email": "[email protected]",
"web": "http://hermann-mayer.net"
}
],
"main": "./loader.node.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.1",
"crypto-browserify": "^3.11.0"
},
"devDependencies": {
"colors": "^1.1.2",
"jsdoc": "^3.3.2",
"qunitjs": "^2.0.1",
"semver": "~2.3.0"
},
"scripts": {
"install": "make npmInstall",
"preuninstall": "make npmUninstall",
"preupdate": "make npmUninstall",
"update": "make npmInstall",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/killmag10/nodeschnaps"
},
"keywords": [
"node",
"nodejs",
"java",
"rhino",
"rhinojs",
"compatibility",
"Pentaho Data-Integration",
"Kettle"
],
"bugs": {
"url": "https://github.com/killmag10/nodeschnaps/issues"
}
}