Ghost/package.json

22 lines
474 B
JSON
Raw Normal View History

2013-05-11 20:44:25 +04:00
{
"name": "tryghost",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.1.0",
"express-hbs": "*",
"connect-flash": "*",
"css": "*",
"moment": "*",
"underscore": "*",
"nodeunit": "*",
"showdown": "*",
"node-polyglot": "*",
"sqlite3": "2.1.7",
"jugglingdb": "0.2.x",
"jugglingdb-sqlite3": "git+https://github.com/jugglingdb/sqlite3-adapter.git#master"
}
}