forked from ForkPoint/davos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.75 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "davos",
"version": "1.0.3",
"description": "Salesforce Commerce Cloud (Demandware) cartridge uploader for WebDAV",
"main": "index.js",
"scripts": {
"test": "mocha --opts scripts/mocha.opts src/**/*-test.js",
"lint": "eslint .",
"lint:fix": "npm run lint --silent -- --fix",
"readme": "node ./node_modules/.bin/node-readme",
"publish-please": "publish-please"
},
"keywords": [
"demandware",
"webdav",
"upload",
"cartridge",
"salesforce",
"synch",
"eclipse",
"watch",
"isml"
],
"author": "ForkPoint",
"license": "MIT",
"homepage": "https://github.com/forkpoint/davos#readme",
"bugs": {
"url": "https://github.com/forkpoint/davos/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forkpoint/davos.git"
},
"dependencies": {
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"chokidar": "^1.6.1",
"del": "^2.2.2",
"globby": "^6.1.0",
"md5-file": "^3.1.1",
"mergexml": "^1.1.2",
"moment": "^2.18.1",
"multimatch": "^2.1.0",
"pretty-data": "^0.40.0",
"progress": "^1.1.8",
"request": "^2.79.0",
"request-debug": "^0.2.0",
"sync-queue": "0.0.2",
"underscore": "^1.8.3",
"winston": "^2.3.0",
"xmlappend": "^1.0.4",
"xmldoc": "^1.1.0",
"xmldom": "^0.1.27",
"xpath": "0.0.24",
"yazl": "^2.4.2"
},
"devDependencies": {
"chai": "~3.5.0",
"chai-as-promised": "~6.0.0",
"eslint": "^3.13.1",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-mocha": "^4.9.0",
"fixpack": "~2.3.1",
"mocha": "~3.2.0",
"mocha-clean": "~1.0.0",
"node-readme": "^0.1.9",
"publish-please": "^2.2.0"
}
}