forked from lykmapipo/xformjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "xformjs",
"version": "0.1.0",
"description": "Utilities to work with XForm definition and instance in nodejs",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/xformjs"
},
"keywords": [
"xForm",
"processor"
],
"author": "lykmapipo <lallyelias87@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/xformjs/issues"
},
"dependencies": {
"async": "^1.4.2",
"exceljs": "^0.2.3",
"lodash": "^3.10.1",
"xlsjs": "^0.7.5",
"xml2js": "^0.4.12"
},
"devDependencies": {
"chai": "~1.10.0",
"faker": "^3.0.1",
"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"
}
}