-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 KB
/
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
42
43
{
"name": "excel-in-browser",
"version": "1.0.0",
"description": "Excel manipulation in browser",
"main": "index.js",
"scripts": {
"build:dev": "grunt build:dev",
"build:minify": "grunt build:minify",
"serve": "http-server -p 8200",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iwangbowen/excel-in-browser.git"
},
"keywords": [
"excel"
],
"author": "Bowen Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwangbowen/excel-in-browser/issues"
},
"homepage": "https://github.com/iwangbowen/excel-in-browser#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"exceljs": "^1.6.3",
"file-saver": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.3",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^2.0.0",
"http-server": "^0.11.1",
"load-grunt-tasks": "^4.0.0",
"minifyify": "^7.3.5"
}
}