Ghost/package.json

31 lines
699 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",
"test": "nodeunit core/test/ghost"
2013-05-11 20:44:25 +04:00
},
"dependencies": {
"express": "3.1.0",
"express-hbs": "*",
"connect-flash": "*",
"node-polyglot": "0.2.1",
2013-05-11 20:44:25 +04:00
"css": "*",
"moment": "*",
"underscore": "*",
"showdown": "*",
"when": "*",
2013-05-11 20:44:25 +04:00
"sqlite3": "2.1.7",
"jugglingdb": "0.2.0-29",
2013-05-11 20:44:25 +04:00
"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
}