0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/package.json

31 lines
699 B
JSON
Raw Normal View History

2013-05-11 11:44:25 -05:00
{
"name": "tryghost",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"test": "nodeunit core/test/ghost"
2013-05-11 11:44:25 -05:00
},
"dependencies": {
"express": "3.1.0",
"express-hbs": "*",
"connect-flash": "*",
"node-polyglot": "0.2.1",
2013-05-11 11:44:25 -05:00
"css": "*",
"moment": "*",
"underscore": "*",
"showdown": "*",
"when": "*",
2013-05-11 11:44:25 -05:00
"sqlite3": "2.1.7",
"jugglingdb": "0.2.0-29",
2013-05-11 11:44:25 -05:00
"jugglingdb-sqlite3": "git+https://github.com/jugglingdb/sqlite3-adapter.git#master"
2013-05-12 08:40:59 -05:00
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-nodeunit": "~0.1.2",
2013-05-13 14:19:28 -05:00
"grunt-contrib-compass": "~0.2.0",
2013-05-14 10:04:22 -05:00
"nodeunit": "*",
"grunt-jslint": "~0.2.5a"
2013-05-11 11:44:25 -05:00
}
2013-05-12 08:40:59 -05:00
}