wiki_thsf_2015/package.json

24 lines
521 B
JSON
Raw Permalink Normal View History

2012-01-18 06:09:31 +01:00
{
2015-03-29 00:15:40 +01:00
"name": "wiki-thsf",
2012-01-18 06:09:31 +01:00
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "^0.9.0",
2015-03-30 23:04:08 +02:00
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.2",
"bookshelf": "^0.7.9",
"cookie-parser": "^1.3.4",
"express": "3.0.2",
2015-03-30 23:04:08 +02:00
"express-session": "^1.10.4",
2012-01-18 17:01:17 +01:00
"jade": ">= 0.0.1",
2015-03-30 23:04:08 +02:00
"knex": "^0.7.6",
2015-03-31 00:17:58 +02:00
"marked": "^0.3.3",
2015-03-31 04:25:25 +02:00
"namp": "^0.2.25",
"passport": "^0.2.1",
2015-03-30 23:04:08 +02:00
"passport-local": "^1.0.0",
"sqlite3": "^3.0.5",
2015-03-29 00:15:40 +01:00
"textile-js": "^0.1.11",
"trycatch": "~0.0.9"
2012-01-18 06:09:31 +01:00
}
2012-01-18 18:42:29 +01:00
}