2013-05-11 20:44:25 +04:00
|
|
|
{
|
|
|
|
"name": "tryghost",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"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": {
|
|
|
|
"express": "3.1.0",
|
|
|
|
"express-hbs": "*",
|
|
|
|
"connect-flash": "*",
|
2013-05-13 01:27:12 +04:00
|
|
|
"node-polyglot": "0.2.1",
|
2013-05-11 20:44:25 +04: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 17:40:59 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-contrib-nodeunit": "~0.1.2",
|
2013-05-13 23:19:28 +04:00
|
|
|
"grunt-contrib-compass": "~0.2.0",
|
2013-05-14 19:04:22 +04:00
|
|
|
"nodeunit": "*",
|
|
|
|
"grunt-jslint": "~0.2.5a"
|
2013-05-11 20:44:25 +04:00
|
|
|
}
|
2013-05-12 17:40:59 +04:00
|
|
|
}
|