forked from chuanyi/msexcel-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 807 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
{
"author": "Charlie Zheng <[email protected]>",
"name": "msexcel-builder-rob3c",
"description": "[rob3c fork] A tiny library to create Microsoft Office Excel(2007) files under Nodejs.",
"tags": [
"xlsx",
"excel",
"rob3c-forks"
],
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/rob3c/msexcel-builder.git"
},
"bugs": {
"url": "https://github.com/rob3c/msexcel-builder/issues"
},
"main": "./lib/msexcel-builder.js",
"engines": {
"node": "*"
},
"scripts": {
"build": "coffee --compile --map --output lib/ src/",
"test": "mocha"
},
"dependencies": {
"async": "0.2.6",
"jszip": "2.5.0",
"xmlbuilder": "0.4.2"
},
"devDependencies": {
"coffee-script": "~1.10.0",
"mocha": "~2.4.5"
}
}