-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 908 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
31
32
33
34
35
36
37
38
{
"name": "site-update",
"version": "0.1.4",
"description": "Utility to update site files from an upstream zipfile",
"main": "site-update.js",
"bin": "site-update.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vthunder/site-update"
},
"keywords": [
"site",
"update",
"html",
"parse",
"transform",
"webflow"
],
"author": "Dan Mills <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vthunder/site-update/issues"
},
"homepage": "https://github.com/vthunder/site-update",
"dependencies": {
"anymatch": "^0.2.0",
"cheerio": "^0.17.0",
"child-process-promise": "^0.2.0-SNAPSHOT.1389671754086",
"interpolate": "^0.1.0",
"mime": "^1.2.11",
"q": "^1.0.1",
"q-io": "^1.11.2",
"temp": "^0.8.0"
}
}