2014-02-09 10:29:23 -05:00
|
|
|
{
|
|
|
|
"name" : "ghost",
|
2015-03-09 15:56:46 -05:00
|
|
|
"version" : "0.5.10",
|
2014-02-09 10:29: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",
|
|
|
|
"licenses" : [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://raw.github.com/TryGhost/Ghost/master/LICENSE"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"main": "./core/index",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index",
|
2014-03-04 16:35:06 -05:00
|
|
|
"test": "./node_modules/.bin/grunt validate --verbose"
|
2014-02-09 10:29:23 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2015-02-03 16:44:59 -05:00
|
|
|
"node": "~0.10.0 || ~0.12.0",
|
|
|
|
"iojs": "~1.2.0"
|
2014-02-09 10:29:23 -05:00
|
|
|
},
|
|
|
|
"engineStrict": true,
|
|
|
|
"dependencies": {
|
2014-10-20 16:39:33 -05:00
|
|
|
"bcryptjs": "2.0.2",
|
2014-12-24 19:22:45 -05:00
|
|
|
"bluebird": "2.4.2",
|
|
|
|
"body-parser": "1.10.0",
|
2014-10-22 13:07:40 -05:00
|
|
|
"bookshelf": "0.7.9",
|
2014-12-24 19:22:45 -05:00
|
|
|
"busboy": "0.2.9",
|
2014-12-19 10:31:02 -05:00
|
|
|
"cheerio": "0.18.0",
|
2014-02-09 10:29:23 -05:00
|
|
|
"colors": "0.6.2",
|
2014-12-19 10:31:02 -05:00
|
|
|
"compression": "1.2.2",
|
2014-12-24 19:22:45 -05:00
|
|
|
"connect-slashes": "1.3.0",
|
2014-11-08 20:32:43 -05:00
|
|
|
"downsize": "0.0.8",
|
2015-02-26 02:28:37 -05:00
|
|
|
"express": "4.12.0",
|
2014-09-18 03:32:18 -05:00
|
|
|
"express-hbs": "0.7.11",
|
2014-12-10 08:28:16 -05:00
|
|
|
"extract-zip": "1.0.3",
|
2014-12-24 19:22:45 -05:00
|
|
|
"fs-extra": "0.13.0",
|
|
|
|
"glob": "4.3.2",
|
2015-02-03 16:44:59 -05:00
|
|
|
"html-to-text": "1.2.0",
|
2014-11-01 18:12:14 -05:00
|
|
|
"knex": "0.7.3",
|
2014-02-10 13:15:36 -05:00
|
|
|
"lodash": "2.4.1",
|
2014-11-01 18:12:14 -05:00
|
|
|
"moment": "2.8.3",
|
2014-12-19 10:31:02 -05:00
|
|
|
"morgan": "1.5.0",
|
|
|
|
"node-uuid": "1.4.2",
|
2014-08-31 10:36:32 -05:00
|
|
|
"nodemailer": "0.7.1",
|
2014-06-30 18:26:08 -05:00
|
|
|
"oauth2orize": "1.0.1",
|
2014-12-24 19:22:45 -05:00
|
|
|
"passport": "0.2.1",
|
2014-06-30 18:26:08 -05:00
|
|
|
"passport-http-bearer": "1.0.1",
|
2014-12-24 19:22:45 -05:00
|
|
|
"passport-oauth2-client-password": "0.1.2",
|
2015-01-22 14:21:47 -05:00
|
|
|
"path-match": "1.2.2",
|
2014-12-19 10:31:02 -05:00
|
|
|
"request": "2.51.0",
|
2014-10-20 16:39:33 -05:00
|
|
|
"rss": "1.0.0",
|
2014-10-22 13:07:40 -05:00
|
|
|
"semver": "4.1.0",
|
2015-03-16 14:30:50 -05:00
|
|
|
"showdown-ghost": "0.3.6",
|
2015-02-03 16:44:59 -05:00
|
|
|
"sqlite3": "3.0.5",
|
2014-02-09 10:29:23 -05:00
|
|
|
"unidecode": "0.1.3",
|
2015-01-22 13:54:14 -05:00
|
|
|
"validator": "3.28.0",
|
2014-06-30 18:26:08 -05:00
|
|
|
"xml": "0.0.12"
|
2014-02-09 10:29:23 -05:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2014-11-18 14:45:07 -05:00
|
|
|
"mysql": "2.1.1",
|
2014-12-18 09:50:00 -05:00
|
|
|
"pg": "4.1.1"
|
2014-02-09 10:29:23 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-09-17 10:44:30 -05:00
|
|
|
"blanket": "~1.1.6",
|
|
|
|
"bower": "~1.3.10",
|
|
|
|
"grunt": "~0.4.5",
|
2015-02-14 13:43:18 -05:00
|
|
|
"grunt-bg-shell": "^2.3.1",
|
2014-02-09 10:29:23 -05:00
|
|
|
"grunt-cli": "~0.1.13",
|
2014-09-17 10:44:30 -05:00
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
|
|
|
"grunt-contrib-compress": "~0.11.0",
|
|
|
|
"grunt-contrib-copy": "~0.5.0",
|
2015-03-09 06:55:21 -05:00
|
|
|
"grunt-contrib-jshint": "~0.10.0",
|
2014-10-20 16:39:33 -05:00
|
|
|
"grunt-contrib-uglify": "~0.6.0",
|
2014-09-17 10:44:30 -05:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2014-05-03 08:34:41 -05:00
|
|
|
"grunt-docker": "~0.0.8",
|
2014-09-17 10:44:30 -05:00
|
|
|
"grunt-express-server": "~0.4.19",
|
2015-01-16 13:03:16 -05:00
|
|
|
"grunt-jscs": "~1.2.0",
|
2014-11-01 18:12:14 -05:00
|
|
|
"grunt-mocha-cli": "~1.11.0",
|
2014-09-17 10:44:30 -05:00
|
|
|
"grunt-shell": "~1.1.1",
|
|
|
|
"grunt-update-submodules": "~0.4.1",
|
2014-02-09 10:29:23 -05:00
|
|
|
"matchdep": "~0.3.0",
|
2015-01-01 13:56:18 -05:00
|
|
|
"nock": "0.52.4",
|
2014-02-09 10:29:23 -05:00
|
|
|
"require-dir": "~0.1.0",
|
2014-09-17 10:44:30 -05:00
|
|
|
"rewire": "~2.1.0",
|
2015-01-01 13:56:18 -05:00
|
|
|
"should": "~4.4.2",
|
|
|
|
"sinon": "~1.12.2",
|
|
|
|
"supertest": "~0.15.0",
|
2014-11-26 23:06:24 -05:00
|
|
|
"testem": "^0.6.23",
|
2015-02-05 13:52:53 -05:00
|
|
|
"top-gh-contribs": "^1.0.0"
|
2014-02-09 10:29:23 -05:00
|
|
|
}
|
|
|
|
}
|