2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/package.json

33 lines
755 B
JSON
Raw Normal View History

2013-05-11 18:44:25 +02:00
{
"name": "tryghost",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"test": "nodeunit core/test/ghost"
2013-05-11 18:44:25 +02:00
},
"dependencies": {
"express": "3.1.0",
2013-05-18 21:30:53 +02:00
"express-hbs": "0.2.0",
2013-05-11 18:44:25 +02:00
"connect-flash": "*",
"node-polyglot": "0.2.1",
2013-05-11 18:44:25 +02:00
"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",
2013-05-11 18:44:25 +02:00
"jugglingdb-sqlite3": "git+https://github.com/jugglingdb/sqlite3-adapter.git#master"
2013-05-12 15:40:59 +02:00
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-nodeunit": "~0.1.2",
2013-05-13 21:19:28 +02:00
"grunt-contrib-compass": "~0.2.0",
2013-05-14 17:04:22 +02:00
"nodeunit": "*",
"grunt-jslint": "~0.2.5a"
2013-05-11 18:44:25 +02:00
}
2013-05-12 15:40:59 +02:00
}