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