-
Notifications
You must be signed in to change notification settings - Fork 210
/
package.json
122 lines (122 loc) · 2.98 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "ghost",
"version": "0.11.11",
"description": "Just a blogging platform.",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",
"keywords": [
"ghost",
"blog",
"cms"
],
"repository": {
"type": "git",
"url": "git://github.com/TryGhost/Ghost.git"
},
"bugs": "https://github.com/TryGhost/Ghost/issues",
"contributors": "https://github.com/TryGhost/Ghost/graphs/contributors",
"license": "MIT",
"main": "./core/index",
"scripts": {
"preinstall": "node core/server/utils/npm/preinstall.js",
"start": "node index",
"test": "grunt validate --verbose"
},
"engines": {
"node": "^4.5.0 || ^6.9.0"
},
"dependencies": {
"amperize": "0.3.4",
"archiver": "1.3.0",
"bcryptjs": "2.4.3",
"bluebird": "3.5.0",
"body-parser": "1.17.0",
"bookshelf": "0.10.2",
"chalk": "1.1.3",
"cheerio": "0.22.0",
"compression": "1.6.2",
"connect-slashes": "1.3.1",
"cookie-session": "1.2.0",
"cors": "2.8.3",
"csv-parser": "1.11.0",
"downsize": "0.0.8",
"express": "4.15.0",
"express-hbs": "1.0.4",
"extract-zip-fork": "1.5.1",
"fs-extra": "2.1.2",
"ghost-gql": "0.0.6",
"glob": "5.0.15",
"gscan": "0.2.4",
"html-to-text": "3.2.0",
"image-size": "0.5.1",
"intl": "1.2.5",
"intl-messageformat": "1.3.0",
"jsonpath": "0.2.11",
"knex": "0.12.9",
"lodash": "4.17.4",
"moment": "2.18.1",
"moment-timezone": "0.5.13",
"morgan": "1.7.0",
"multer": "1.3.0",
"netjet": "1.1.3",
"nodemailer": "0.7.1",
"oauth2orize": "1.8.0",
"passport": "0.3.2",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"path-match": "1.2.4",
"rimraf": "2.5.1",
"rss": "1.2.2",
"sanitize-html": "1.14.1",
"semver": "5.3.0",
"showdown-ghost": "0.3.6",
"sqlite3": "3.1.8",
"superagent": "3.5.2",
"unidecode": "0.1.8",
"uuid": "3.0.0",
"validator": "6.3.0",
"xml": "1.0.1"
},
"optionalDependencies": {
"mysql": "2.1.1",
"pg": "6.1.2"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-bg-shell": "2.3.3",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-docker": "0.0.11",
"grunt-express-server": "0.5.3",
"grunt-jscs": "3.0.1",
"grunt-mocha-cli": "2.1.0",
"grunt-mocha-istanbul": "5.0.2",
"grunt-shell": "1.3.1",
"grunt-subgrunt": "1.2.0",
"grunt-update-submodules": "0.4.1",
"istanbul": "0.4.5",
"matchdep": "1.0.1",
"mocha": "3.2.0",
"nock": "9.0.13",
"rewire": "2.5.2",
"should": "11.2.1",
"should-http": "0.1.1",
"supertest": "3.0.0",
"sinon": "1.17.7",
"tmp": "0.0.31"
},
"greenkeeper": {
"ignore": [
"glob",
"mysql",
"nodemailer",
"pg",
"showdown-ghost"
]
}
}