-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
70 lines (70 loc) · 1.6 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
{
"name": "divshot-cli",
"description": "CLI for Divshot",
"version": "1.10.5",
"dependencies": {
"async": "^0.9.0",
"booly": "^1.0.2",
"bytes": "^2.0.0",
"chalk": "^1.0.0",
"clone": "^1.0.0",
"copy-files": "^0.1.0",
"cozy-slug": "0.2.2",
"divshot-api": "1.3.x",
"divshot-dumper": "1.1.0",
"divshot-push": "1.4.2",
"exit-hook": "^1.1.1",
"feedback": "^0.3.2",
"fs-extra": "^0.18.0",
"home-dir": "^1.0.0",
"inquirer": "^0.8.0",
"join-path": "^1.0.0",
"jsonlint": "^1.6.2",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"marked-terminal": "^1.1.1",
"mime-types": "^2.0.2",
"mkdirp": "0.5.x",
"moment": "^2.8.3",
"nash": "0.3.x",
"open": "0.0.5",
"pluralize": "^1.0.3",
"pretty-print": "^1.0.0",
"progress": "^1.1.8",
"promptly": "^0.2.0",
"read": "^1.0.5",
"regular": "^0.1.6",
"request": "^2.44.0",
"sizer": "^0.1.1",
"slash": "^1.0.0",
"superstatic": "1.2.1",
"touch": "0.0.3",
"update-notifier": "^0.2.2",
"writestreamp": "^0.1.0"
},
"devDependencies": {
"jshint": "~2.6.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --recursive --reporter spec ./test"
},
"author": "Divshot",
"homepage": "http://divshot.com",
"repository": {
"type": "git",
"url": "https://github.com/divshot/divshot-cli.git"
},
"bugs": {
"url": "https://github.com/divshot/divshot-cli/issues"
},
"keywords": [
"divshot",
"hosting",
"static"
],
"preferGlobal": "true",
"bin": {
"divshot": "bin/divshot.js"
},
"main": "bin/divshot.js"
}