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