forked from liferay/liferay-aui-upgrade-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "laut",
"description": "Upgrade plugins/themes from Liferay Portal 6.1 to 6.2",
"version": "1.0.6",
"author": {
"name": "Iliyan Peychev",
"email": "[email protected]"
},
"license": "LGPL",
"repository": {
"type": "git",
"url": "[email protected]:liferay/liferay-aui-upgrade-tool.git"
},
"bugs": {
"url": "https://github.com/liferay/liferay-aui-upgrade-tool/issues"
},
"keywords": [
"liferay", "alloy-ui"
],
"bin": {
"laut": "bin/laut.js",
"laut-pkg": "package/package.js"
},
"scripts": {
"test": "node_modules/.bin/yuitest tests"
},
"dependencies": {
"commander": "2.0.0",
"fs-extra": "0.7.0",
"ncp": "0.4.2",
"rimraf": "2.2.5",
"sha1": "1.1.0",
"walkdir": "0.0.7"
},
"devDependencies": {
"http-get": "0.5.10",
"tar.gz": "0.1.1",
"yui": "3.13.0",
"yuitest": "0.7.9"
},
"engines": {
"node": ">=0.8"
},
"preferGlobal": "true"
}