-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 869 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
{
"name": "sling9-to-sling12-explore",
"version": "0.0.1",
"description": "convert the peregrine-cms project from sling9 to sling12",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"converter": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peregrine-cms/sling9-to-sling12-explore.git"
},
"author": "peregrine-cms",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/peregrine-cms/sling9-to-sling12-explore/issues"
},
"homepage": "https://github.com/peregrine-cms/sling9-to-sling12-explore#readme",
"dependencies": {
"fs-extra": "^9.0.1",
"path": "^0.12.7",
"prompt-sync": "^4.2.0",
"shelljs": "^0.8.4",
"xml2js": "^0.4.23",
"xml2json": "^0.12.0",
"xmlbuilder": "^15.1.1",
"xmlbuilder2": "^2.1.3"
}
}