rooster.io/package.json

25 lines
560 B
JSON
Raw Normal View History

2015-06-06 19:23:29 +02:00
{
"name": "rooster-io",
"version": "0.0.1",
"description": "A new version of rooster.io",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"author": "Bram van der Veen",
"license": "MIT",
2015-06-06 19:23:29 +02:00
"dependencies": {
"body-parser": "^1.13.1",
2015-06-06 19:23:29 +02:00
"cheerio": "^0.19.0",
2015-06-07 22:26:48 +02:00
"express": "^4.12.4",
"express-less": "0.0.7",
2015-07-19 14:29:09 +02:00
"iconv-lite": "^0.4.11",
"mongodb": "^1.4.38",
2015-06-24 17:44:30 +02:00
"mongoskin": "^1.4.13",
2015-08-15 21:48:38 +02:00
"nedb": "^1.1.3",
2016-06-18 14:43:39 +02:00
"pug": "^2.0.0-beta3",
"socks5-http-client": "^1.0.1",
"socks5-https-client": "^1.1.1"
2015-06-06 19:23:29 +02:00
}
}