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