2013-05-11 11:44:25 -05:00
|
|
|
{
|
2013-07-31 02:51:51 -05:00
|
|
|
"name": "ghost",
|
2013-10-11 11:15:34 -05:00
|
|
|
"version": "0.3.2",
|
2013-07-31 02:51:51 -05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index",
|
|
|
|
"test": "grunt validate --verbose"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.* <0.11.4"
|
|
|
|
},
|
|
|
|
"engineStrict": true,
|
|
|
|
"dependencies": {
|
2013-10-11 14:13:44 -05:00
|
|
|
"express": "3.3.4",
|
2013-10-11 14:14:58 -05:00
|
|
|
"express-hbs": "0.2.2",
|
2013-09-16 20:16:15 -05:00
|
|
|
"connect-slashes": "0.0.9",
|
2013-07-31 02:51:51 -05:00
|
|
|
"node-polyglot": "0.2.1",
|
|
|
|
"moment": "2.1.0",
|
|
|
|
"underscore": "1.5.1",
|
|
|
|
"showdown": "0.3.1",
|
2013-09-10 02:46:07 -05:00
|
|
|
"sqlite3": "2.1.16",
|
2013-08-30 10:05:40 -05:00
|
|
|
"bookshelf": "0.3.1",
|
2013-09-18 09:02:52 -05:00
|
|
|
"knex": "0.2.7-alpha",
|
2013-07-31 02:51:51 -05:00
|
|
|
"when": "2.2.1",
|
|
|
|
"bcrypt-nodejs": "0.0.3",
|
|
|
|
"node-uuid": "1.4.0",
|
|
|
|
"colors": "0.6.1",
|
2013-08-05 12:31:29 -05:00
|
|
|
"semver": "2.1.0",
|
2013-08-07 04:45:37 -05:00
|
|
|
"fs-extra": "0.6.3",
|
2013-08-18 16:50:42 -05:00
|
|
|
"downsize": "0.0.2",
|
2013-08-27 17:31:43 -05:00
|
|
|
"validator": "1.4.0",
|
2013-08-20 15:19:47 -05:00
|
|
|
"rss": "0.2.0",
|
2013-10-11 11:15:34 -05:00
|
|
|
"nodemailer": "0.5.2"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"mysql": "2.0.0-alpha9"
|
2013-07-31 02:51:51 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-jslint": "~1.0.0",
|
|
|
|
"grunt-shell": "~0.3.1",
|
|
|
|
"grunt-contrib-sass": "~0.4.1",
|
|
|
|
"grunt-contrib-handlebars": "~0.5.10",
|
|
|
|
"grunt-contrib-watch": "~0.5.1",
|
|
|
|
"grunt-bump": "~0.0.11",
|
2013-09-18 13:56:39 -05:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2013-07-31 02:51:51 -05:00
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
|
|
"grunt-contrib-compress": "~0.5.2",
|
2013-09-13 21:15:30 -05:00
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
|
|
"grunt-contrib-uglify": "~0.2.4",
|
2013-07-31 02:51:51 -05:00
|
|
|
"grunt-groc": "~0.3.0",
|
|
|
|
"grunt-mocha-cli": "~1.0.6",
|
2013-08-17 13:39:02 -05:00
|
|
|
"grunt-express-server": "~0.4.2",
|
|
|
|
"grunt-open": "~0.2.2",
|
|
|
|
"matchdep": "~0.1.2",
|
2013-07-31 02:51:51 -05:00
|
|
|
"sinon": "~1.7.3",
|
|
|
|
"should": "~1.2.2",
|
|
|
|
"mocha": "~1.12.0"
|
|
|
|
}
|
2013-05-12 08:40:59 -05:00
|
|
|
}
|