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