forked from lykmapipo/xls2xform-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
44
45
46
{
"name": "xls2xform-upload",
"version": "0.1.0",
"description": "Upload and convert XLSForm into XForm",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/xls2xform-upload"
},
"keywords": [
"xlsform",
"upload",
"xform",
"convert",
"xls",
"form"
],
"author": "lykmapipo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/xls2xform-upload/issues"
},
"dependencies": {
"async": "^1.5.0",
"lodash": "^3.10.1",
"multer": "^1.1.0",
"tmp": "0.0.28",
"xls2xform": "^1.0.2"
},
"devDependencies": {
"body-parser": "^1.14.1",
"chai": "^1.6.1",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"supertest": "^1.1.0"
}
}