ef94f3b778
This involves switching column names to snake_case which requires template updates in both the admin and in casper
33 lines
751 B
JSON
33 lines
751 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",
|
|
"bookshelf": "0.1.x",
|
|
"knex": "0.1.x",
|
|
"when": "~2.1.0",
|
|
"jugglingdb": "0.2.0-29",
|
|
"jugglingdb-sqlite3": "git+https://github.com/jugglingdb/sqlite3-adapter.git#master"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-nodeunit": "~0.1.2",
|
|
"grunt-contrib-compass": "~0.2.0",
|
|
"nodeunit": "*",
|
|
"grunt-jslint": "~0.2.5a"
|
|
}
|
|
}
|