forked from emiloberg/liferay-ddmtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.32 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
47
48
49
50
51
52
53
{
"name": "liferay-ddmtool",
"version": "0.8.11",
"description": "Tool for authoring, uploading, downloading and synchronizing Liferay DDM related stuff (Structures and Templates) across environments",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Emil Oberg <www.emiloberg.se>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/emiloberg/liferay-ddmtool.git"
},
"bugs": {
"url": "https://github.com/emiloberg/liferay-ddmtool/issues"
},
"homepage": "https://github.com/emiloberg/liferay-ddmtool",
"keywords": [
"liferay",
"tool",
"ddm",
"dynamic data mapping",
"dynamic data list"
],
"dependencies": {
"q": "^1.0.1",
"superagent": "^0.18.2",
"cli-color": "^0.3.2",
"fs-extra": "^0.11.0",
"inquirer": "^0.6.0",
"minimist": "^1.1.0",
"underscore": "^1.6.0",
"cli": "^0.6.4",
"glob": "^4.0.5",
"xml2js": "^0.4.4",
"cli-table": "^0.3.0",
"watch": "^0.11.0",
"diff": "^1.0.8",
"chalk": "^0.5.1",
"node-print": "0.0.4",
"keypress": "^0.2.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"jshint-table-reporter": "^0.1.0",
"grunt-bump": "0.0.15"
},
"bin": {
"ddm": "index.js"
}
}