2014-02-09 10:29:23 -05:00
|
|
|
{
|
2015-05-05 23:54:23 +00:00
|
|
|
"name": "ghost",
|
2016-07-26 14:24:31 +01:00
|
|
|
"version": "0.9.0",
|
2015-05-05 23:54:23 +00:00
|
|
|
"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",
|
2015-05-25 21:00:32 -07:00
|
|
|
"license": "MIT",
|
2015-05-05 23:54:23 +00:00
|
|
|
"main": "./core/index",
|
|
|
|
"scripts": {
|
2016-07-16 00:20:05 +01:00
|
|
|
"preinstall": "node core/server/utils/npm/preinstall.js",
|
2015-05-05 23:54:23 +00:00
|
|
|
"start": "node index",
|
|
|
|
"test": "grunt validate --verbose"
|
|
|
|
},
|
|
|
|
"engines": {
|
2016-03-26 14:52:06 +00:00
|
|
|
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
|
2015-05-05 23:54:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-10-12 21:32:39 +01:00
|
|
|
"bcryptjs": "2.3.0",
|
2016-06-21 23:11:04 +01:00
|
|
|
"bluebird": "3.4.1",
|
2016-06-29 23:23:03 +02:00
|
|
|
"body-parser": "1.15.2",
|
2016-07-06 03:31:24 -06:00
|
|
|
"bookshelf": "0.10.0",
|
2016-04-21 10:19:55 +01:00
|
|
|
"chalk": "1.1.3",
|
2016-02-07 13:09:00 +00:00
|
|
|
"cheerio": "0.20.0",
|
2016-05-20 11:34:19 +01:00
|
|
|
"compression": "1.6.2",
|
2015-06-03 12:15:11 +01:00
|
|
|
"connect-slashes": "1.3.1",
|
2015-10-13 21:33:07 +01:00
|
|
|
"cookie-session": "1.2.0",
|
2016-03-26 17:28:00 -05:00
|
|
|
"cors": "2.7.1",
|
2016-06-03 12:35:17 +01:00
|
|
|
"csv-parser": "1.9.3",
|
2015-05-05 23:54:23 +00:00
|
|
|
"downsize": "0.0.8",
|
2016-07-19 17:04:34 +01:00
|
|
|
"express": "4.14.0",
|
2016-07-09 05:35:00 +02:00
|
|
|
"express-hbs": "1.0.2",
|
2016-04-21 10:41:59 +01:00
|
|
|
"extract-zip": "1.5.0",
|
2016-04-29 22:30:41 +01:00
|
|
|
"fs-extra": "0.30.0",
|
2016-07-14 16:07:10 +02:00
|
|
|
"ghost-gql": "0.0.5",
|
2015-10-14 10:29:08 +01:00
|
|
|
"glob": "5.0.15",
|
2016-06-30 19:46:21 +02:00
|
|
|
"html-to-text": "2.1.3",
|
2016-05-27 17:11:35 +01:00
|
|
|
"intl": "1.2.4",
|
2016-04-29 22:30:41 +01:00
|
|
|
"intl-messageformat": "1.3.0",
|
2016-07-02 04:29:25 +02:00
|
|
|
"jsonpath": "0.2.6",
|
2016-03-21 18:59:50 -05:00
|
|
|
"knex": "0.10.0",
|
2016-08-10 18:27:40 +02:00
|
|
|
"lodash": "4.14.2",
|
2016-07-04 19:05:28 +02:00
|
|
|
"moment": "2.14.1",
|
2016-07-27 18:59:07 +02:00
|
|
|
"moment-timezone": "0.5.5",
|
2016-04-21 10:43:59 +01:00
|
|
|
"morgan": "1.7.0",
|
2016-08-06 10:30:30 +02:00
|
|
|
"multer": "1.2.0",
|
2016-07-22 01:55:02 +02:00
|
|
|
"netjet": "1.1.2",
|
2016-01-19 10:19:58 +00:00
|
|
|
"node-uuid": "1.4.7",
|
2015-05-05 23:54:23 +00:00
|
|
|
"nodemailer": "0.7.1",
|
2016-07-19 01:27:54 +02:00
|
|
|
"oauth2orize": "1.4.0",
|
2016-01-19 10:24:02 +00:00
|
|
|
"passport": "0.3.2",
|
2015-05-05 23:54:23 +00:00
|
|
|
"passport-http-bearer": "1.0.1",
|
|
|
|
"passport-oauth2-client-password": "0.1.2",
|
2016-04-21 10:44:58 +01:00
|
|
|
"path-match": "1.2.4",
|
2016-01-19 10:52:25 +00:00
|
|
|
"rss": "1.2.1",
|
2016-07-15 13:07:07 +02:00
|
|
|
"semver": "5.3.0",
|
2015-05-05 23:54:23 +00:00
|
|
|
"showdown-ghost": "0.3.6",
|
2016-05-20 21:09:49 +01:00
|
|
|
"sqlite3": "3.1.4",
|
2016-07-20 13:25:56 +02:00
|
|
|
"superagent": "2.1.0",
|
2015-12-08 11:01:49 +00:00
|
|
|
"unidecode": "0.1.8",
|
2016-07-21 15:08:19 +02:00
|
|
|
"validator": "5.5.0",
|
2016-02-08 21:30:57 +00:00
|
|
|
"xml": "1.0.1"
|
2015-05-05 23:54:23 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"mysql": "2.1.1",
|
|
|
|
"pg": "4.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-08-01 17:21:38 +02:00
|
|
|
"gh-contrib-list": "0.1.2",
|
2016-07-22 05:53:48 -06:00
|
|
|
"git-wrapper": "0.1.1",
|
2016-04-06 15:07:55 -05:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-bg-shell": "2.3.3",
|
|
|
|
"grunt-cli": "1.2.0",
|
|
|
|
"grunt-contrib-clean": "1.0.0",
|
2016-05-24 18:53:54 +01:00
|
|
|
"grunt-contrib-compress": "1.3.0",
|
2016-04-06 15:07:55 -05:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
"grunt-contrib-jshint": "1.0.0",
|
2016-07-19 18:04:20 +02:00
|
|
|
"grunt-contrib-uglify": "2.0.0",
|
2016-04-06 15:07:55 -05:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
|
|
|
"grunt-docker": "0.0.11",
|
|
|
|
"grunt-express-server": "0.5.3",
|
2016-06-21 22:22:16 +01:00
|
|
|
"grunt-jscs": "3.0.1",
|
2016-04-06 15:07:55 -05:00
|
|
|
"grunt-mocha-cli": "2.1.0",
|
2016-05-30 07:06:35 +01:00
|
|
|
"grunt-mocha-istanbul": "5.0.1",
|
2016-04-06 15:07:55 -05:00
|
|
|
"grunt-shell": "1.3.0",
|
2016-05-31 14:38:11 +01:00
|
|
|
"grunt-subgrunt": "1.2.0",
|
2015-05-28 16:16:09 +01:00
|
|
|
"grunt-update-submodules": "0.4.1",
|
2016-06-23 14:29:49 +01:00
|
|
|
"istanbul": "0.4.4",
|
2016-04-29 22:30:41 +01:00
|
|
|
"matchdep": "1.0.1",
|
2016-05-27 17:11:35 +01:00
|
|
|
"mocha": "2.5.3",
|
2016-04-29 22:30:41 +01:00
|
|
|
"nock": "8.0.0",
|
2016-07-05 18:25:23 +02:00
|
|
|
"rewire": "2.5.2",
|
2016-07-18 17:14:33 +02:00
|
|
|
"should": "10.0.0",
|
2016-02-07 21:27:01 +00:00
|
|
|
"should-http": "0.0.4",
|
2016-08-01 16:13:14 +02:00
|
|
|
"sinon": "1.17.5",
|
2016-04-29 22:30:41 +01:00
|
|
|
"supertest": "1.2.0",
|
2016-07-22 05:53:48 -06:00
|
|
|
"tmp": "0.0.28"
|
2016-02-07 13:16:18 +00:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
2016-03-28 22:24:32 -05:00
|
|
|
"ignore": [
|
|
|
|
"glob",
|
|
|
|
"mysql",
|
|
|
|
"nodemailer",
|
|
|
|
"pg",
|
2016-05-08 13:17:17 +02:00
|
|
|
"showdown-ghost"
|
2016-03-28 22:24:32 -05:00
|
|
|
]
|
2015-05-05 23:54:23 +00:00
|
|
|
}
|
2014-02-09 10:29:23 -05:00
|
|
|
}
|