-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "xls2xform",
"version": "1.1.0",
"description": "A nodejs wrapper for pyxform to convert XLSForm to xForm",
"main": "src/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/xls2xform"
},
"keywords": [
"xForm",
"XLSForm",
"odk",
"form",
"data",
"convert"
],
"author": "lykmapipo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/xls2xform/issues"
},
"dependencies": {
"async": "^1.4.2",
"lodash": "^3.10.1",
"python-shell": "^0.1.0",
"tmp": "0.0.27"
},
"devDependencies": {
"chai": "~1.10.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5"
}
}