-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
43 lines (43 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
{
"name": "dw-utils",
"version": "1.3.137",
"description": "Code Upload utilities for Demandware projects",
"main": "bin/dw-utils.js",
"bin": {
"dw-utils": "./bin/dw-utils.js"
},
"man": "dw-utils.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "remark Readme.md --use man --output dw-utils.1",
"prepublish": "npm run docs"
},
"author": "paul.martin@cqlcorp.com",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/MobiusHorizons/dw-utils.git"
},
"dependencies": {
"ansi-styles": "^3.2.0",
"chalk": "^2.1.0",
"chokidar": "^1.7.0",
"cli": "^1.0.1",
"dw-webdav": "github:mobiushorizons/dw-webdav",
"find-project-root": "^1.1.1",
"git-branch": "^1.0.0",
"glob": "^7.1.2",
"has-ansi": "^3.0.0",
"read": "^1.0.7",
"request": "^2.83.0",
"shortid": "^2.2.8",
"slice-ansi": "^1.0.0",
"strip-ansi": "^4.0.0",
"watch": "^1.0.2",
"yazl": "^2.4.2"
},
"devDependencies": {
"remark-cli": "^4.0.0",
"remark-man": "^5.0.1"
}
}