2014-02-09 10:29:23 -05:00
|
|
|
{
|
2015-05-05 23:54:23 +00:00
|
|
|
"name": "ghost",
|
2017-03-22 10:18:14 +01:00
|
|
|
"version": "1.0.0-alpha.17",
|
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": {
|
|
|
|
"start": "node index",
|
2017-03-23 17:02:21 +01:00
|
|
|
"test": "grunt validate --verbose",
|
2017-04-03 14:52:52 +02:00
|
|
|
"init": "npm install -g knex-migrator ember-cli grunt-cli && npm install && grunt init || true"
|
2015-05-05 23:54:23 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-01-16 12:21:45 -06:00
|
|
|
"node": "^4.2.0 || ^6.5.0"
|
2015-05-05 23:54:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-02-08 19:50:58 +01:00
|
|
|
"amperize": "0.3.4",
|
2017-01-04 13:54:41 +01:00
|
|
|
"archiver": "1.3.0",
|
2017-02-08 18:54:16 +01:00
|
|
|
"bcryptjs": "2.4.3",
|
2017-01-04 14:11:00 +01:00
|
|
|
"bluebird": "3.4.7",
|
2017-03-03 14:39:37 +01:00
|
|
|
"body-parser": "1.17.0",
|
2017-01-22 22:46:26 +01:00
|
|
|
"bookshelf": "0.10.3",
|
2017-02-28 18:35:58 +01:00
|
|
|
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/37439f56965b17d29bb4ff9b3f3222b2f4bd6ce3",
|
2017-02-08 18:56:35 +01:00
|
|
|
"bson-objectid": "1.1.5",
|
2016-04-21 10:19:55 +01:00
|
|
|
"chalk": "1.1.3",
|
2016-09-19 13:32:40 +02:00
|
|
|
"cheerio": "0.22.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",
|
2017-04-04 09:45:42 +02:00
|
|
|
"cors": "2.8.3",
|
2016-09-19 12:25:37 +02:00
|
|
|
"csv-parser": "1.11.0",
|
2017-03-03 14:53:59 +01:00
|
|
|
"debug": "2.6.1",
|
2015-05-05 23:54:23 +00:00
|
|
|
"downsize": "0.0.8",
|
2017-03-03 14:35:03 +01:00
|
|
|
"express": "4.15.0",
|
2016-11-08 11:33:19 +00:00
|
|
|
"express-brute": "1.0.1",
|
2017-01-11 20:40:39 +01:00
|
|
|
"express-hbs": "1.0.4",
|
2016-09-14 18:13:36 +01:00
|
|
|
"extract-zip-fork": "1.5.1",
|
2017-04-04 09:49:58 +02:00
|
|
|
"fs-extra": "2.1.2",
|
2017-01-12 11:53:20 +01:00
|
|
|
"ghost-gql": "0.0.6",
|
2017-03-13 09:44:21 +01:00
|
|
|
"ghost-ignition": "2.8.9",
|
2015-10-14 10:29:08 +01:00
|
|
|
"glob": "5.0.15",
|
2017-02-28 17:23:29 +01:00
|
|
|
"gscan": "0.2.1",
|
2017-03-03 14:44:02 +01:00
|
|
|
"html-to-text": "3.2.0",
|
2017-03-26 20:08:24 +02:00
|
|
|
"icojs": "0.7.1",
|
2017-01-04 14:45:26 +01:00
|
|
|
"image-size": "0.5.1",
|
2016-09-26 11:13:38 +02:00
|
|
|
"intl": "1.2.5",
|
2016-04-29 22:30:41 +01:00
|
|
|
"intl-messageformat": "1.3.0",
|
2017-03-03 15:24:00 +01:00
|
|
|
"jsonpath": "0.2.11",
|
2017-04-04 09:47:09 +02:00
|
|
|
"knex": "0.12.9",
|
2017-03-15 23:44:56 +01:00
|
|
|
"knex-migrator": "2.0.16",
|
2017-01-04 14:50:54 +01:00
|
|
|
"lodash": "4.17.4",
|
2017-03-15 07:07:33 +13:00
|
|
|
"mobiledoc-dom-renderer": "0.6.5",
|
2017-01-04 12:42:51 +01:00
|
|
|
"moment": "2.17.1",
|
2017-04-04 09:37:25 +02:00
|
|
|
"moment-timezone": "0.5.12",
|
2017-02-08 17:00:11 +01:00
|
|
|
"multer": "1.3.0",
|
2017-02-08 17:48:59 +01:00
|
|
|
"mysql": "2.13.0",
|
2016-09-13 16:09:10 +02:00
|
|
|
"nconf": "0.8.4",
|
2016-10-04 03:42:34 +13:00
|
|
|
"netjet": "1.1.3",
|
2015-05-05 23:54:23 +00:00
|
|
|
"nodemailer": "0.7.1",
|
2017-03-03 14:48:44 +01:00
|
|
|
"oauth2orize": "1.8.0",
|
2016-01-19 10:24:02 +00:00
|
|
|
"passport": "0.3.2",
|
2017-03-10 19:56:02 +01:00
|
|
|
"passport-ghost": "2.3.1",
|
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",
|
2017-01-11 20:42:13 +01:00
|
|
|
"rss": "1.2.2",
|
2017-02-08 17:06:09 +01:00
|
|
|
"sanitize-html": "1.14.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",
|
2017-03-15 07:07:33 +13:00
|
|
|
"simple-dom": "0.3.2",
|
2017-04-04 09:47:57 +02:00
|
|
|
"simple-html-tokenizer": "0.4.1",
|
2017-03-03 15:14:45 +01:00
|
|
|
"superagent": "3.5.0",
|
2015-12-08 11:01:49 +00:00
|
|
|
"unidecode": "0.1.8",
|
2017-01-04 17:10:29 +01:00
|
|
|
"uuid": "3.0.0",
|
2017-03-03 15:04:38 +01:00
|
|
|
"validator": "6.3.0",
|
2016-02-08 21:30:57 +00:00
|
|
|
"xml": "1.0.1"
|
2015-05-05 23:54:23 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2016-11-08 07:47:14 -06:00
|
|
|
"sqlite3": "3.1.8"
|
2015-05-05 23:54:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
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-08-10 20:09:59 +02:00
|
|
|
"grunt-mocha-istanbul": "5.0.2",
|
2016-08-13 14:39:42 +02:00
|
|
|
"grunt-shell": "1.3.1",
|
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-09-19 14:51:25 +02:00
|
|
|
"istanbul": "0.4.5",
|
2016-10-28 15:22:10 +02:00
|
|
|
"jshint": "2.9.4",
|
2016-10-03 10:30:22 +02:00
|
|
|
"jshint-stylish": "2.2.1",
|
2016-04-29 22:30:41 +01:00
|
|
|
"matchdep": "1.0.1",
|
2016-09-26 18:17:40 +02:00
|
|
|
"minimist": "1.2.0",
|
2016-12-25 21:07:43 +01:00
|
|
|
"mocha": "3.2.0",
|
2017-04-04 09:46:16 +02:00
|
|
|
"nock": "9.0.11",
|
2016-07-05 18:25:23 +02:00
|
|
|
"rewire": "2.5.2",
|
2016-09-26 18:17:40 +02:00
|
|
|
"run-sequence": "1.2.2",
|
2017-02-08 18:46:57 +01:00
|
|
|
"should": "11.2.0",
|
2017-02-08 20:14:49 +01:00
|
|
|
"should-http": "0.1.0",
|
2017-04-04 09:01:26 +02:00
|
|
|
"sinon": "2.1.0",
|
2017-02-08 15:42:31 +01:00
|
|
|
"supertest": "3.0.0",
|
2017-01-04 12:30:17 +01:00
|
|
|
"tmp": "0.0.31"
|
2016-02-07 13:16:18 +00:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
2016-03-28 22:24:32 -05:00
|
|
|
"ignore": [
|
|
|
|
"glob",
|
|
|
|
"nodemailer",
|
2016-09-30 13:38:14 +01:00
|
|
|
"showdown-ghost",
|
|
|
|
"grunt",
|
|
|
|
"grunt-bg-shell",
|
|
|
|
"grunt-cli",
|
|
|
|
"grunt-contrib-clean",
|
|
|
|
"grunt-contrib-compress",
|
|
|
|
"grunt-contrib-copy",
|
|
|
|
"grunt-contrib-jshint",
|
|
|
|
"grunt-contrib-uglify",
|
|
|
|
"grunt-contrib-watch",
|
|
|
|
"grunt-docker",
|
|
|
|
"grunt-express-server",
|
|
|
|
"grunt-jscs",
|
|
|
|
"grunt-mocha-cli",
|
|
|
|
"grunt-mocha-istanbul",
|
|
|
|
"grunt-shell",
|
|
|
|
"grunt-subgrunt",
|
|
|
|
"grunt-update-submodules"
|
2016-03-28 22:24:32 -05:00
|
|
|
]
|
2015-05-05 23:54:23 +00:00
|
|
|
}
|
2014-02-09 10:29:23 -05:00
|
|
|
}
|