2013-05-11 20:44:25 +04:00
|
|
|
{
|
2013-05-19 19:39:44 +04:00
|
|
|
"name": "Ghost",
|
2013-06-19 01:42:30 +04:00
|
|
|
"version": "0.1.1",
|
2013-05-11 20:44:25 +04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2013-07-07 19:50:50 +04:00
|
|
|
"start": "node index",
|
2013-05-28 01:19:26 +04:00
|
|
|
"test": "grunt validate --verbose"
|
2013-05-11 20:44:25 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-06-22 18:23:36 +04:00
|
|
|
"express": "3.1.2",
|
|
|
|
"express-hbs": "0.2.0",
|
|
|
|
"connect-flash": "0.1.1",
|
|
|
|
"node-polyglot": "0.2.1",
|
|
|
|
"css": "1.1.0",
|
|
|
|
"moment": "2.0.0",
|
|
|
|
"underscore": "1.4.4",
|
|
|
|
"showdown": "0.3.1",
|
2013-07-11 16:29:58 +04:00
|
|
|
"sqlite3": "git+https://github.com/developmentseed/node-sqlite3.git#6ae402e",
|
2013-06-22 18:23:36 +04:00
|
|
|
"bookshelf": "0.1.9",
|
|
|
|
"knex": "0.1.7",
|
|
|
|
"when": "2.1.1",
|
2013-06-15 18:10:30 +04:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
2013-06-22 18:23:36 +04:00
|
|
|
"node-uuid": "1.4.0"
|
2013-05-12 17:40:59 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-05-25 18:11:30 +04:00
|
|
|
"grunt": "~0.4.1",
|
2013-06-25 16:38:41 +04:00
|
|
|
"grunt-jslint": "git+https://github.com/ErisDS/grunt-jslint.git#custom",
|
2013-05-25 20:48:15 +04:00
|
|
|
"should": "~1.2.2",
|
2013-05-25 18:11:30 +04:00
|
|
|
"grunt-shell": "~0.2.2",
|
2013-05-26 22:51:58 +04:00
|
|
|
"grunt-contrib-sass": "~0.3.0",
|
2013-05-27 03:41:05 +04:00
|
|
|
"sinon": "~1.7.2",
|
2013-06-02 03:45:02 +04:00
|
|
|
"mocha": "~1.10.0",
|
|
|
|
"grunt-contrib-handlebars": "~0.5.9",
|
2013-06-10 17:52:04 +04:00
|
|
|
"grunt-contrib-watch": "~0.4.4",
|
2013-07-09 22:07:19 +04:00
|
|
|
"grunt-bump": "~0.0.11",
|
2013-06-15 02:12:04 +04:00
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
2013-06-19 01:25:32 +04:00
|
|
|
"grunt-contrib-compress": "~0.5.2",
|
2013-07-10 02:54:57 +04:00
|
|
|
"grunt-groc": "~0.3.0",
|
|
|
|
"grunt-mocha-cli": "~1.0.6"
|
2013-05-11 20:44:25 +04:00
|
|
|
}
|
2013-05-12 17:40:59 +04:00
|
|
|
}
|