forked from stephenliberty/excel-builder.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 905 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
{
"name": "excel-builder",
"version": "1.0.0",
"description": "An easy way of building Excel files with javascript",
"main": "export.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stephenliberty/excel-builder.js.git"
},
"keywords": [
"excel",
"javascript"
],
"author": "Stephen Liberty",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/stephenliberty/excel-builder.js/issues"
},
"homepage": "https://github.com/stephenliberty/excel-builder.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "*",
"almond": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-copy": "*"
},
"dependencies": {
"underscore": "~1.6.0",
"jszip": "~2.1.0",
"requirejs": "~2.1.10"
}
}