2013-05-11 11:44:25 -05:00
|
|
|
{
|
2013-07-16 06:14:18 -05:00
|
|
|
"name": "ghost",
|
2013-07-11 18:13:20 -05:00
|
|
|
"version": "0.2.0",
|
2013-05-11 11:44:25 -05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2013-07-07 10:50:50 -05:00
|
|
|
"start": "node index",
|
2013-05-27 16:19:26 -05:00
|
|
|
"test": "grunt validate --verbose"
|
2013-05-11 11:44:25 -05:00
|
|
|
},
|
2013-07-30 04:02:38 -05:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.* <0.11.4"
|
|
|
|
},
|
|
|
|
"engineStrict": true,
|
2013-05-11 11:44:25 -05:00
|
|
|
"dependencies": {
|
2013-06-22 09:23:36 -05:00
|
|
|
"express": "3.1.2",
|
|
|
|
"express-hbs": "0.2.0",
|
|
|
|
"connect-flash": "0.1.1",
|
|
|
|
"node-polyglot": "0.2.1",
|
|
|
|
"css": "1.1.0",
|
|
|
|
"moment": "2.0.0",
|
|
|
|
"underscore": "1.4.4",
|
|
|
|
"showdown": "0.3.1",
|
2013-07-30 04:02:38 -05:00
|
|
|
"sqlite3": "2.1.14",
|
2013-06-22 09:23:36 -05:00
|
|
|
"bookshelf": "0.1.9",
|
|
|
|
"knex": "0.1.7",
|
|
|
|
"when": "2.1.1",
|
2013-06-15 09:10:30 -05:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
2013-07-25 07:22:45 -05:00
|
|
|
"node-uuid": "1.4.0",
|
2013-07-30 04:02:38 -05:00
|
|
|
"colors": "~0.6.0-1",
|
|
|
|
"semver": "2.1.0"
|
2013-05-12 08:40:59 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-05-25 09:11:30 -05:00
|
|
|
"grunt": "~0.4.1",
|
2013-06-25 07:38:41 -05:00
|
|
|
"grunt-jslint": "git+https://github.com/ErisDS/grunt-jslint.git#custom",
|
2013-05-25 11:48:15 -05:00
|
|
|
"should": "~1.2.2",
|
2013-05-25 09:11:30 -05:00
|
|
|
"grunt-shell": "~0.2.2",
|
2013-05-26 13:51:58 -05:00
|
|
|
"grunt-contrib-sass": "~0.3.0",
|
2013-05-26 18:41:05 -05:00
|
|
|
"sinon": "~1.7.2",
|
2013-06-01 18:45:02 -05:00
|
|
|
"mocha": "~1.10.0",
|
|
|
|
"grunt-contrib-handlebars": "~0.5.9",
|
2013-06-10 08:52:04 -05:00
|
|
|
"grunt-contrib-watch": "~0.4.4",
|
2013-07-09 13:07:19 -05:00
|
|
|
"grunt-bump": "~0.0.11",
|
2013-06-14 17:12:04 -05:00
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
2013-06-18 16:25:32 -05:00
|
|
|
"grunt-contrib-compress": "~0.5.2",
|
2013-07-09 17:54:57 -05:00
|
|
|
"grunt-groc": "~0.3.0",
|
|
|
|
"grunt-mocha-cli": "~1.0.6"
|
2013-05-11 11:44:25 -05:00
|
|
|
}
|
2013-05-12 08:40:59 -05:00
|
|
|
}
|