-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 1001 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
{
"name": "edit-xlsx",
"version": "0.0.3",
"description": "Edit an existing xlsx file.",
"main": "./lib/main.js",
"scripts": {
"test": "node_modules/jasmine-node/bin/jasmine-node --verbose --coffee spec/"
},
"repository": {
"type": "git",
"url": "https://github.com/takanopontaro/node-edit-xlsx"
},
"keywords": [
"xlsx",
"excel"
],
"author": "takanopontaro",
"license": "MIT",
"bugs": {
"url": "https://github.com/takanopontaro/node-edit-xlsx/issues"
},
"homepage": "https://github.com/takanopontaro/node-edit-xlsx",
"dependencies": {
"libxmljs": "^0.9.0",
"mkdirp": "^0.5.0",
"node-zip": "^1.1.0",
"temp": "^0.7.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.10.1",
"grunt-este-watch": "^0.1.16",
"grunt-exec": "^0.4.5",
"jasmine-node": "^2.0.0-beta4",
"rewire": "^2.0.1",
"source-map-support": "^0.2.6"
}
}