forked from monkeycz/python.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 881 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
{
"name": "python.js",
"version": "0.5.0",
"description": "Call python code from node.js.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/monkeycz/python.js.git"
},
"bugs": {
"url": "https://github.com/monkeycz/python.js/issues"
},
"keywords": [
"python",
"bridge",
"async"
],
"author": "monkeycz <[email protected]> (https://github.com/monkeycz)",
"contributors": [
"Jean-Sébastien Tremblay <[email protected]> (http://blog.jeansebtr.com)",
"Chris Dickinson <[email protected]>"
],
"scripts": {
"test": "node test/jstest.js",
"install": "node-gyp rebuild"
},
"license": "BSD",
"gypfile": true,
"dependencies": {
"bindings": "~1.1.1"
},
"homepage": "https://github.com/monkeycz/python.js",
"directories": {
"test": "test"
},
"devDependencies": {}
}