25 lines
547 B
JSON
25 lines
547 B
JSON
{
|
|
"name": "tryghost",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node app",
|
|
"test": "nodeunit core/test/ghost"
|
|
},
|
|
"dependencies": {
|
|
"express": "3.1.0",
|
|
"express-hbs": "*",
|
|
"connect-flash": "*",
|
|
"node-polyglot": "0.2.1",
|
|
"css": "*",
|
|
"moment": "*",
|
|
"underscore": "*",
|
|
"showdown": "*",
|
|
"sqlite3": "2.1.7",
|
|
"jugglingdb": "0.2.x",
|
|
"jugglingdb-sqlite3": "git+https://github.com/jugglingdb/sqlite3-adapter.git#master"
|
|
},
|
|
"devDependencies": {
|
|
"nodeunit": "*"
|
|
}
|
|
} |