-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (42 loc) · 985 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
37
38
39
40
41
42
43
{
"name": "data2model",
"version": "0.0.9",
"description": "",
"main": "index.js",
"bin": {
"xml2model": "bin/XmlParser.js",
"csv2model": "bin/Csv2Model.es6",
"CreateModel": "bin/CreateModel.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"createModel": "node bin/CreateModel.js"
},
"repository": {
"type": "git",
"url": "https://github.com/baao/data2model.git"
},
"author": "Michael",
"license": "MIT",
"bugs": {
"url": "https://github.com/baao/data2model/issues"
},
"homepage": "https://github.com/baao/data2model",
"dependencies": {
"app-root-path": "^1.0.0",
"bluebird": "^2.9.34",
"deep-logger": "*",
"dotenv": "1.2.0",
"fs-extra": "0.24.0",
"le-map-e": "^1.0.3",
"mysql": "2.9.0",
"repeat-string": "^1.5.2",
"sax": "1.1.2",
"inquirer" : "0.10.0",
"redis" : "1.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"chai": "3.2.0"
}
}