forked from extrabacon/pyspreadsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 837 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
{
"name": "pyspreadsheet",
"version": "0.1.6",
"description": "Python-based high performance spreadsheet API for Node",
"keywords": [
"spreadsheet",
"excel",
"xls",
"xlsx",
"xlrd",
"xlwt",
"xlsxwriter"
],
"scripts": {
"test": "mocha -r should -R spec",
"install": "bash install.sh"
},
"dependencies": {
"python-shell": "^0.4.0"
},
"devDependencies": {
"async": "^0.2.10",
"should": "^3.1.3",
"mocha": "^1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/igabesz/pyspreadsheet"
},
"homepage": "http://github.com/extrabacon/pyspreadsheet",
"bugs": "http://github.com/extrabacon/pyspreadsheet/issues",
"author": {
"name": "Nicolas Mercier",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10"
}
}