2013-05-11 20:44:25 +04:00
|
|
|
{
|
2013-05-19 19:39:44 +04:00
|
|
|
"name": "Ghost",
|
2013-05-19 20:33:45 +04:00
|
|
|
"version": "0.1.0",
|
2013-05-11 20:44:25 +04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2013-05-13 00:15:35 +04:00
|
|
|
"start": "node app",
|
2013-05-28 01:19:26 +04:00
|
|
|
"test": "grunt validate --verbose"
|
2013-05-11 20:44:25 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-05-19 20:33:45 +04:00
|
|
|
"express": "3.1.x",
|
|
|
|
"express-hbs": "0.2.x",
|
|
|
|
"connect-flash": "0.1.x",
|
|
|
|
"node-polyglot": "0.2.x",
|
|
|
|
"css": "1.1.x",
|
|
|
|
"moment": "2.0.x",
|
|
|
|
"underscore": "1.4.x",
|
|
|
|
"showdown": "0.3.x",
|
|
|
|
"sqlite3": "2.1.x",
|
2013-05-17 01:16:09 +04:00
|
|
|
"bookshelf": "0.1.x",
|
|
|
|
"knex": "0.1.x",
|
2013-05-21 05:03:35 +04:00
|
|
|
"when": "2.1.x",
|
2013-05-27 20:10:35 +04:00
|
|
|
"bcrypt-nodejs": "0.0.3"
|
2013-05-12 17:40:59 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-05-25 18:11:30 +04:00
|
|
|
"grunt": "~0.4.1",
|
2013-06-07 00:38:12 +04:00
|
|
|
"grunt-jslint": ">=0.2.6",
|
2013-05-25 20:48:15 +04:00
|
|
|
"should": "~1.2.2",
|
2013-05-25 20:55:23 +04:00
|
|
|
"grunt-mocha-test": "~0.4.0",
|
2013-05-25 18:11:30 +04:00
|
|
|
"grunt-shell": "~0.2.2",
|
2013-05-26 22:51:58 +04:00
|
|
|
"grunt-contrib-sass": "~0.3.0",
|
2013-05-27 03:41:05 +04:00
|
|
|
"sinon": "~1.7.2",
|
2013-06-02 03:45:02 +04:00
|
|
|
"mocha": "~1.10.0",
|
|
|
|
"grunt-contrib-handlebars": "~0.5.9",
|
2013-06-10 17:52:04 +04:00
|
|
|
"grunt-contrib-watch": "~0.4.4",
|
|
|
|
"grunt-bump": "0.0.2",
|
|
|
|
"grunt-zip": "~0.9.0",
|
|
|
|
"grunt-contrib-copy": "~0.4.1"
|
2013-05-11 20:44:25 +04:00
|
|
|
}
|
2013-05-12 17:40:59 +04:00
|
|
|
}
|