Ghost/package.json

120 lines
2.9 KiB
JSON
Raw Normal View History

{
2015-05-06 01:54:23 +02:00
"name": "ghost",
2016-04-14 13:21:36 +02:00
"version": "0.7.9",
2015-05-06 01:54:23 +02: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",
"license": "MIT",
2015-05-06 01:54:23 +02:00
"main": "./core/index",
"scripts": {
"preinstall": "npm install semver && node -e \"require('./core/server/utils/startup-check.js').nodeVersion()\"",
2015-05-06 01:54:23 +02:00
"start": "node index",
"test": "grunt validate --verbose"
},
"engines": {
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
2015-05-06 01:54:23 +02:00
},
"dependencies": {
2015-10-12 22:32:39 +02:00
"bcryptjs": "2.3.0",
2016-04-21 10:41:08 +02:00
"bluebird": "3.3.5",
2016-04-21 10:46:57 +02:00
"body-parser": "1.15.0",
2016-04-21 11:12:40 +02:00
"bookshelf": "0.9.4",
2016-04-21 11:19:55 +02:00
"chalk": "1.1.3",
2016-02-07 14:09:00 +01:00
"cheerio": "0.20.0",
2016-02-08 19:43:59 +01:00
"compression": "1.6.1",
"connect-slashes": "1.3.1",
2015-10-13 22:33:07 +02:00
"cookie-session": "1.2.0",
"cors": "2.7.1",
2015-05-06 01:54:23 +02:00
"downsize": "0.0.8",
2016-02-08 19:45:02 +01:00
"express": "4.13.4",
"express-hbs": "1.0.0",
2016-04-21 11:41:59 +02:00
"extract-zip": "1.5.0",
2016-02-08 19:46:18 +01:00
"fs-extra": "0.26.5",
2016-02-11 14:13:56 +01:00
"ghost-gql": "0.0.4",
2015-10-14 11:29:08 +02:00
"glob": "5.0.15",
2016-02-08 20:59:49 +01:00
"html-to-text": "1.6.0",
2016-01-13 10:21:19 +01:00
"intl": "1.0.1",
2016-01-13 10:21:55 +01:00
"intl-messageformat": "1.2.0",
2016-01-19 11:00:07 +01:00
"jsonpath": "0.2.2",
2016-03-22 00:59:50 +01:00
"knex": "0.10.0",
2015-10-15 15:16:37 +02:00
"lodash": "3.10.1",
"lodash.tostring": "4.1.2",
2016-04-21 11:43:15 +02:00
"moment": "2.13.0",
2016-04-21 11:43:59 +02:00
"morgan": "1.7.0",
"multer": "1.1.0",
"netjet": "1.1.0",
2016-01-19 11:19:58 +01:00
"node-uuid": "1.4.7",
2015-05-06 01:54:23 +02:00
"nodemailer": "0.7.1",
2016-02-08 21:27:44 +01:00
"oauth2orize": "1.2.2",
2016-01-19 11:24:02 +01:00
"passport": "0.3.2",
2015-05-06 01:54:23 +02:00
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
2016-04-21 11:44:58 +02:00
"path-match": "1.2.4",
2016-01-19 11:52:25 +01:00
"rss": "1.2.1",
2016-01-19 11:55:15 +01:00
"semver": "5.1.0",
2015-05-06 01:54:23 +02:00
"showdown-ghost": "0.3.6",
2015-11-23 11:23:09 +01:00
"sqlite3": "3.1.1",
2015-12-08 12:01:49 +01:00
"unidecode": "0.1.8",
"validator": "5.2.0",
2016-02-08 22:30:57 +01:00
"xml": "1.0.1"
2015-05-06 01:54:23 +02:00
},
"optionalDependencies": {
"mysql": "2.1.1",
"pg": "4.1.1"
},
"devDependencies": {
"bower": "1.4.1",
2016-01-19 13:02:04 +01:00
"csscomb": "3.1.8",
"grunt": "0.4.5",
"grunt-bg-shell": "2.3.1",
"grunt-cli": "0.1.13",
2016-01-19 13:03:49 +01:00
"grunt-contrib-clean": "0.7.0",
2016-01-19 13:06:12 +01:00
"grunt-contrib-compress": "0.14.0",
2016-02-06 14:39:39 +01:00
"grunt-contrib-copy": "0.8.2",
2016-02-06 14:48:35 +01:00
"grunt-contrib-jshint": "0.12.0",
2016-03-31 00:22:33 +02:00
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "0.6.1",
"grunt-docker": "0.0.10",
"grunt-express-server": "0.5.1",
2016-02-06 14:56:28 +01:00
"grunt-jscs": "2.7.0",
2016-02-06 14:57:32 +01:00
"grunt-mocha-cli": "2.0.0",
2016-02-06 15:00:26 +01:00
"grunt-mocha-istanbul": "3.0.1",
"grunt-shell": "1.1.2",
"grunt-update-submodules": "0.4.1",
2016-02-06 15:01:58 +01:00
"istanbul": "0.4.2",
2016-02-06 15:11:10 +01:00
"jscs-jsdoc": "1.3.1",
2016-02-06 15:12:26 +01:00
"matchdep": "1.0.0",
2016-02-10 16:52:08 +01:00
"mocha": "2.4.5",
2016-02-06 15:20:06 +01:00
"nock": "7.1.0",
2016-02-06 15:23:03 +01:00
"rewire": "2.5.1",
"should": "8.2.1",
"should-http": "0.0.4",
2016-02-06 15:33:29 +01:00
"sinon": "1.17.3",
"supertest": "1.1.0",
"tmp": "0.0.28",
2016-04-19 05:50:48 +02:00
"top-gh-contribs": "2.0.3"
},
"greenkeeper": {
"ignore": [
"bower",
"glob",
"lodash",
"mysql",
"nodemailer",
"pg",
"showdown-ghost"
]
2015-05-06 01:54:23 +02:00
}
}