2013-05-11 11:44:25 -05:00
|
|
|
{
|
2013-05-19 10:39:44 -05:00
|
|
|
"name": "Ghost",
|
2013-06-18 16:42:30 -05:00
|
|
|
"version": "0.1.1",
|
2013-05-11 11:44:25 -05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2013-07-07 10:50:50 -05:00
|
|
|
"start": "node index",
|
2013-05-27 16:19:26 -05:00
|
|
|
"test": "grunt validate --verbose"
|
2013-05-11 11:44:25 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-06-22 09:23:36 -05: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-07 05:24:00 -05:00
|
|
|
"sqlite3": "git+https://github.com/developmentseed/node-sqlite3.git#master",
|
2013-06-22 09:23:36 -05:00
|
|
|
"bookshelf": "0.1.9",
|
|
|
|
"knex": "0.1.7",
|
|
|
|
"when": "2.1.1",
|
2013-06-15 09:10:30 -05:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
2013-06-22 09:23:36 -05:00
|
|
|
"node-uuid": "1.4.0"
|
2013-05-12 08:40:59 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-05-25 09:11:30 -05:00
|
|
|
"grunt": "~0.4.1",
|
2013-06-25 07:38:41 -05:00
|
|
|
"grunt-jslint": "git+https://github.com/ErisDS/grunt-jslint.git#custom",
|
2013-05-25 11:48:15 -05:00
|
|
|
"should": "~1.2.2",
|
2013-05-25 11:55:23 -05:00
|
|
|
"grunt-mocha-test": "~0.4.0",
|
2013-05-25 09:11:30 -05:00
|
|
|
"grunt-shell": "~0.2.2",
|
2013-05-26 13:51:58 -05:00
|
|
|
"grunt-contrib-sass": "~0.3.0",
|
2013-05-26 18:41:05 -05:00
|
|
|
"sinon": "~1.7.2",
|
2013-06-01 18:45:02 -05:00
|
|
|
"mocha": "~1.10.0",
|
|
|
|
"grunt-contrib-handlebars": "~0.5.9",
|
2013-06-10 08:52:04 -05:00
|
|
|
"grunt-contrib-watch": "~0.4.4",
|
2013-07-09 13:07:19 -05:00
|
|
|
"grunt-bump": "~0.0.11",
|
2013-06-14 17:12:04 -05:00
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
2013-06-18 16:25:32 -05:00
|
|
|
"grunt-contrib-compress": "~0.5.2",
|
2013-06-25 05:26:55 -05:00
|
|
|
"mocha-as-promised": "~1.4.0",
|
|
|
|
"grunt-groc": "~0.3.0"
|
2013-05-11 11:44:25 -05:00
|
|
|
}
|
2013-05-12 08:40:59 -05:00
|
|
|
}
|