forked from chrisdickinson/node-python
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
41 lines (41 loc) · 863 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
{
"name": "node-python",
"version": "v0.0.5-rc4",
"description": "Call python stuff from nodejs",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/JeanSebTr/node-python.git"
},
"bugs": "https://github.com/JeanSebTr/node-python/issues",
"keywords": [
"python",
"bridge"
],
"author": {
"name": "Jean-Sébastien Tremblay",
"email": "[email protected]",
"url": "http://blog.jeansebtr.com"
},
"contributors": [
{
"name": "Chris Dickinson",
"email": "[email protected]"
}
],
"scripts": {
"test": "make test"
},
"license": "BSD",
"gypfile": true,
"readmeFilename": "README.md",
"dependencies": {
"bindings": "~1.1.1",
"debug": "^1.0.4"
},
"devDependencies": {
"mocha": "^1.21.3",
"should": "^4.0.4",
"sinon": "^1.10.3"
}
}