0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/package.json

109 lines
2.9 KiB
JSON
Raw Normal View History

{
2015-05-05 18:54:23 -05:00
"name": "ghost",
2016-02-18 14:17:07 -05:00
"version": "0.7.8",
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",
"license": "MIT",
2015-05-05 18:54:23 -05:00
"main": "./core/index",
"scripts": {
"preinstall": "npm install semver && node -e \"require('./core/server/utils/startup-check.js').nodeVersion()\"",
2015-05-05 18:54:23 -05:00
"start": "node index",
"test": "grunt validate --verbose"
},
"engines": {
"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",
"bluebird": "3.3.3",
2016-01-19 04:50:50 -05:00
"body-parser": "1.14.2",
2016-03-21 18:53:05 -05:00
"bookshelf": "0.9.2",
2016-01-19 04:51:37 -05:00
"busboy": "0.2.12",
2015-10-13 15:25:02 -05:00
"chalk": "1.1.1",
2016-02-07 08:09:00 -05:00
"cheerio": "0.20.0",
2016-02-08 13:43:59 -05:00
"compression": "1.6.1",
"connect-slashes": "1.3.1",
2015-10-13 15:33:07 -05:00
"cookie-session": "1.2.0",
2015-05-05 18:54:23 -05:00
"downsize": "0.0.8",
2016-02-08 13:45:02 -05:00
"express": "4.13.4",
2015-05-05 18:54:23 -05:00
"express-hbs": "0.8.4",
2016-01-19 04:54:23 -05:00
"extract-zip": "1.4.1",
2016-02-08 13:46:18 -05:00
"fs-extra": "0.26.5",
2016-02-11 08:13:56 -05:00
"ghost-gql": "0.0.4",
2015-10-14 04:29:08 -05:00
"glob": "5.0.15",
2016-02-08 14:59:49 -05:00
"html-to-text": "1.6.0",
2016-01-13 04:21:19 -05:00
"intl": "1.0.1",
2016-01-13 04:21:55 -05:00
"intl-messageformat": "1.2.0",
2016-01-19 05:00:07 -05:00
"jsonpath": "0.2.2",
2016-03-21 18:59:50 -05:00
"knex": "0.10.0",
2015-10-15 08:16:37 -05:00
"lodash": "3.10.1",
2016-02-08 15:16:59 -05:00
"moment": "2.11.2",
2015-10-15 08:20:20 -05:00
"morgan": "1.6.1",
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-02-08 15:27:44 -05:00
"oauth2orize": "1.2.2",
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",
2015-10-15 08:57:10 -05:00
"path-match": "1.2.3",
2016-01-19 05:52:25 -05:00
"rss": "1.2.1",
2016-01-19 05:55:15 -05:00
"semver": "5.1.0",
2015-05-05 18:54:23 -05:00
"showdown-ghost": "0.3.6",
2015-11-23 05:23:09 -05:00
"sqlite3": "3.1.1",
2015-12-08 06:01:49 -05:00
"unidecode": "0.1.8",
2016-01-19 06:02:01 -05:00
"validator": "4.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": {
"bower": "1.4.1",
2016-01-19 07:02:04 -05:00
"csscomb": "3.1.8",
"grunt": "0.4.5",
"grunt-bg-shell": "2.3.1",
"grunt-cli": "0.1.13",
2016-01-19 07:03:49 -05:00
"grunt-contrib-clean": "0.7.0",
2016-01-19 07:06:12 -05:00
"grunt-contrib-compress": "0.14.0",
2016-02-06 08:39:39 -05:00
"grunt-contrib-copy": "0.8.2",
2016-02-06 08:48:35 -05:00
"grunt-contrib-jshint": "0.12.0",
2016-02-06 08:50:00 -05:00
"grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "0.6.1",
"grunt-docker": "0.0.10",
"grunt-express-server": "0.5.1",
2016-02-06 08:56:28 -05:00
"grunt-jscs": "2.7.0",
2016-02-06 08:57:32 -05:00
"grunt-mocha-cli": "2.0.0",
2016-02-06 09:00:26 -05:00
"grunt-mocha-istanbul": "3.0.1",
"grunt-shell": "1.1.2",
"grunt-update-submodules": "0.4.1",
2016-02-06 09:01:58 -05:00
"istanbul": "0.4.2",
2016-02-06 09:11:10 -05:00
"jscs-jsdoc": "1.3.1",
2016-02-06 09:12:26 -05:00
"matchdep": "1.0.0",
2016-02-10 10:52:08 -05:00
"mocha": "2.4.5",
2016-02-06 09:20:06 -05:00
"nock": "7.1.0",
2016-02-06 09:23:03 -05:00
"rewire": "2.5.1",
2016-02-06 09:23:36 -05:00
"rimraf-then": "1.0.0",
"should": "8.2.1",
"should-http": "0.0.4",
2016-02-06 09:33:29 -05:00
"sinon": "1.17.3",
"supertest": "1.1.0",
"top-gh-contribs": "2.0.2"
},
"greenkeeper": {
"ignore": ["bower", "bluebird", "glob", "lodash", "mysql", "nodemailer", "pg", "showdown-ghost", "validator"]
2015-05-05 18:54:23 -05:00
}
}