2013-05-11 11:44:25 -05:00
|
|
|
{
|
|
|
|
"name": "tryghost",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2013-05-12 15:15:35 -05:00
|
|
|
"start": "node app",
|
|
|
|
"test": "nodeunit core/test/ghost"
|
2013-05-11 11:44:25 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"express": "3.1.0",
|
|
|
|
"express-hbs": "*",
|
|
|
|
"connect-flash": "*",
|
2013-05-12 16:27:12 -05:00
|
|
|
"node-polyglot": "0.2.1",
|
2013-05-11 11:44:25 -05:00
|
|
|
"css": "*",
|
|
|
|
"moment": "*",
|
|
|
|
"underscore": "*",
|
|
|
|
"showdown": "*",
|
|
|
|
"sqlite3": "2.1.7",
|
|
|
|
"jugglingdb": "0.2.x",
|
|
|
|
"jugglingdb-sqlite3": "git+https://github.com/jugglingdb/sqlite3-adapter.git#master"
|
2013-05-12 08:40:59 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-contrib-nodeunit": "~0.1.2",
|
|
|
|
"grunt-jshint2": "~0.1.1",
|
2013-05-13 14:19:28 -05:00
|
|
|
"grunt-contrib-compass": "~0.2.0",
|
|
|
|
"nodeunit": "*"
|
2013-05-11 11:44:25 -05:00
|
|
|
}
|
2013-05-12 08:40:59 -05:00
|
|
|
}
|