rooster.io/package.json

25 lines
559 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": {
2016-06-18 14:53:21 +02:00
"body-parser": "^1.15.1",
"cheerio": "^0.20.0",
"express": "^4.14.0",
"express-less": "0.0.8",
"iconv-lite": "^0.4.13",
"mongodb": "^2.1.21",
"mongoskin": "^2.1.0",
"nedb": "^1.8.0",
2016-06-18 14:43:39 +02:00
"pug": "^2.0.0-beta3",
2016-06-18 14:53:21 +02:00
"socks5-http-client": "^1.0.2",
"socks5-https-client": "^1.1.3"
2015-06-06 19:23:29 +02:00
}
}