2014-02-09 16:29:23 +01:00
|
|
|
{
|
2015-05-06 01:54:23 +02:00
|
|
|
"name": "ghost",
|
2016-05-18 23:28:23 +02:00
|
|
|
"version": "0.8.0",
|
2015-05-06 01:54:23 +02: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-26 06:00:32 +02:00
|
|
|
"license": "MIT",
|
2015-05-06 01:54:23 +02:00
|
|
|
"main": "./core/index",
|
|
|
|
"scripts": {
|
2016-01-13 14:38:34 +01:00
|
|
|
"preinstall": "npm install semver && node -e \"require('./core/server/utils/startup-check.js').nodeVersion()\"",
|
2015-05-06 01:54:23 +02:00
|
|
|
"start": "node index",
|
|
|
|
"test": "grunt validate --verbose"
|
|
|
|
},
|
|
|
|
"engines": {
|
2016-03-26 15:52:06 +01:00
|
|
|
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
|
2015-05-06 01:54:23 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-10-12 22:32:39 +02:00
|
|
|
"bcryptjs": "2.3.0",
|
2016-05-20 22:07:15 +02:00
|
|
|
"bluebird": "3.4.0",
|
2016-05-06 07:44:46 +02:00
|
|
|
"body-parser": "1.15.1",
|
2016-05-20 11:54:18 +02:00
|
|
|
"bookshelf": "0.9.5",
|
2016-04-21 11:19:55 +02:00
|
|
|
"chalk": "1.1.3",
|
2016-02-07 14:09:00 +01:00
|
|
|
"cheerio": "0.20.0",
|
2016-05-20 12:34:19 +02:00
|
|
|
"compression": "1.6.2",
|
2015-06-03 13:15:11 +02:00
|
|
|
"connect-slashes": "1.3.1",
|
2015-10-13 22:33:07 +02:00
|
|
|
"cookie-session": "1.2.0",
|
2016-03-26 23:28:00 +01:00
|
|
|
"cors": "2.7.1",
|
2015-05-06 01:54:23 +02:00
|
|
|
"downsize": "0.0.8",
|
2016-02-08 19:45:02 +01:00
|
|
|
"express": "4.13.4",
|
2016-05-04 13:57:42 +02:00
|
|
|
"express-hbs": "1.0.1",
|
2016-04-21 11:41:59 +02:00
|
|
|
"extract-zip": "1.5.0",
|
2016-04-29 23:30:41 +02:00
|
|
|
"fs-extra": "0.30.0",
|
2016-02-11 14:13:56 +01:00
|
|
|
"ghost-gql": "0.0.4",
|
2015-10-14 11:29:08 +02:00
|
|
|
"glob": "5.0.15",
|
2016-04-29 23:30:41 +02:00
|
|
|
"html-to-text": "2.1.0",
|
2016-05-21 01:30:26 +02:00
|
|
|
"intl": "1.2.3",
|
2016-04-29 23:30:41 +02:00
|
|
|
"intl-messageformat": "1.3.0",
|
2016-05-20 22:09:49 +02:00
|
|
|
"jsonpath": "0.2.3",
|
2016-03-22 00:59:50 +01:00
|
|
|
"knex": "0.10.0",
|
2015-10-15 15:16:37 +02:00
|
|
|
"lodash": "3.10.1",
|
2016-05-12 16:21:35 +02:00
|
|
|
"lodash.tostring": "4.1.3",
|
2016-04-21 11:43:15 +02:00
|
|
|
"moment": "2.13.0",
|
2016-04-21 11:43:59 +02:00
|
|
|
"morgan": "1.7.0",
|
2016-03-30 05:31:31 +02:00
|
|
|
"multer": "1.1.0",
|
2016-04-22 20:26:28 +02:00
|
|
|
"netjet": "1.1.0",
|
2016-01-19 11:19:58 +01:00
|
|
|
"node-uuid": "1.4.7",
|
2015-05-06 01:54:23 +02:00
|
|
|
"nodemailer": "0.7.1",
|
2016-05-20 22:11:28 +02:00
|
|
|
"oauth2orize": "1.3.0",
|
2016-01-19 11:24:02 +01:00
|
|
|
"passport": "0.3.2",
|
2015-05-06 01:54:23 +02:00
|
|
|
"passport-http-bearer": "1.0.1",
|
|
|
|
"passport-oauth2-client-password": "0.1.2",
|
2016-04-21 11:44:58 +02:00
|
|
|
"path-match": "1.2.4",
|
2016-01-19 11:52:25 +01:00
|
|
|
"rss": "1.2.1",
|
2016-01-19 11:55:15 +01:00
|
|
|
"semver": "5.1.0",
|
2015-05-06 01:54:23 +02:00
|
|
|
"showdown-ghost": "0.3.6",
|
2016-05-20 22:09:49 +02:00
|
|
|
"sqlite3": "3.1.4",
|
2015-12-08 12:01:49 +01:00
|
|
|
"unidecode": "0.1.8",
|
2016-04-21 13:20:32 +02:00
|
|
|
"validator": "5.2.0",
|
2016-02-08 22:30:57 +01:00
|
|
|
"xml": "1.0.1"
|
2015-05-06 01:54:23 +02:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"mysql": "2.1.1",
|
|
|
|
"pg": "4.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-05-28 17:16:09 +02:00
|
|
|
"bower": "1.4.1",
|
2016-01-19 13:02:04 +01:00
|
|
|
"csscomb": "3.1.8",
|
2016-04-06 22:07:55 +02: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 19:53:54 +02:00
|
|
|
"grunt-contrib-compress": "1.3.0",
|
2016-04-06 22:07:55 +02:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
"grunt-contrib-jshint": "1.0.0",
|
2016-03-31 00:22:33 +02:00
|
|
|
"grunt-contrib-uglify": "1.0.1",
|
2016-04-06 22:07:55 +02:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
|
|
|
"grunt-docker": "0.0.11",
|
|
|
|
"grunt-express-server": "0.5.3",
|
|
|
|
"grunt-jscs": "2.8.0",
|
|
|
|
"grunt-mocha-cli": "2.1.0",
|
|
|
|
"grunt-mocha-istanbul": "4.0.2",
|
|
|
|
"grunt-shell": "1.3.0",
|
2015-05-28 17:16:09 +02:00
|
|
|
"grunt-update-submodules": "0.4.1",
|
2016-04-06 22:07:55 +02:00
|
|
|
"istanbul": "0.4.3",
|
2016-04-29 23:30:41 +02:00
|
|
|
"matchdep": "1.0.1",
|
2016-05-24 12:37:23 +02:00
|
|
|
"mocha": "2.5.2",
|
2016-04-29 23:30:41 +02:00
|
|
|
"nock": "8.0.0",
|
2016-02-06 15:23:03 +01:00
|
|
|
"rewire": "2.5.1",
|
2016-05-21 13:35:28 +02:00
|
|
|
"should": "8.4.0",
|
2016-02-07 22:27:01 +01:00
|
|
|
"should-http": "0.0.4",
|
2016-05-02 19:23:46 +02:00
|
|
|
"sinon": "1.17.4",
|
2016-04-29 23:30:41 +02:00
|
|
|
"supertest": "1.2.0",
|
2016-03-29 05:24:32 +02:00
|
|
|
"tmp": "0.0.28",
|
2016-05-27 17:40:15 +02:00
|
|
|
"top-gh-contribs": "2.0.4"
|
2016-02-07 14:16:18 +01:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
2016-03-29 05:24:32 +02:00
|
|
|
"ignore": [
|
|
|
|
"bower",
|
|
|
|
"glob",
|
|
|
|
"lodash",
|
|
|
|
"mysql",
|
|
|
|
"nodemailer",
|
|
|
|
"pg",
|
2016-05-08 13:17:17 +02:00
|
|
|
"showdown-ghost"
|
2016-03-29 05:24:32 +02:00
|
|
|
]
|
2015-05-06 01:54:23 +02:00
|
|
|
}
|
2014-02-09 16:29:23 +01:00
|
|
|
}
|