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",
|
|
|
|
"test": "nodeunit core/test/ghost"
|
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",
|
|
|
|
"bcrypt": "~0.7.5"
|
2013-05-12 17:40:59 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-05-25 18:11:30 +04:00
|
|
|
"grunt": "~0.4.1",
|
2013-05-24 08:02:41 +04:00
|
|
|
"grunt-jslint": "0.2.x",
|
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",
|
|
|
|
"grunt-contrib-sass": "~0.3.0"
|
2013-05-11 20:44:25 +04:00
|
|
|
}
|
2013-05-12 17:40:59 +04:00
|
|
|
}
|