-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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": "umbra",
"version": "0.4.0",
"description": "A CLI for managing Umbraco (umbraco.englishtown.com) contents from local files",
"main": "index.js",
"bin": {
"umbra": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"cheerio": "^0.18.0",
"colors": "^1.0.3",
"commander": "^2.6.0",
"jsonfile": "^2.0.0",
"lodash": "^3.2.0",
"moment": "^2.9.0",
"nconf": "^0.7.1",
"prompt": "^0.2.14",
"request": "^2.53.0",
"request-debug": "^0.1.1",
"shelljs": "^0.3.0",
"tough-cookie": "^0.12.1",
"walk": "^2.3.9",
"when": "^3.7.2",
"xml2js": "^0.4.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/garryyao/umbra.git"
},
"keywords": [
"umbraco",
"cli",
"cms"
],
"bugs": {
"url": "https://github.com/garryyao/umbra/issues"
},
"homepage": "https://github.com/garryyao/umbra"
}