silvrgit/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2016-03-08 21:52:21 +00:00
{
"name": "silvrtree",
"version": "0.1.1",
"devDependencies": {
"cheerio": "^0.20.0",
"dateformat": "^1.0.12",
"ejs": "^2.3.4",
"fitbit-oauth2": "0.0.1",
2016-03-08 21:52:21 +00:00
"forecast.io": "0.0.9",
"htmlparser": "^1.7.7",
"jade": "^1.11.0",
2016-05-03 20:59:55 +00:00
"jsonfile": "^2.3.0",
"lodash": "^4.11.2",
"log4js": "^0.6.35",
"mammoth": "^1.0.1",
2016-03-24 17:09:42 +00:00
"nano": "^6.2.0",
2016-05-03 20:59:55 +00:00
"request": "^2.72.0",
2016-03-08 21:52:21 +00:00
"simple-weather": "^1.2.2",
"sugar-date": "^1.5.1",
2016-03-08 21:52:21 +00:00
"wordsoap": "^0.2.0",
"xmljson": "^0.2.0",
"xmltojson": "^1.1.0"
},
"dependencies": {
"body-parser": "^1.15.0",
2016-12-22 16:24:54 +00:00
"cloudant": "^1.6.2",
2016-03-08 21:52:21 +00:00
"cookie-parser": "^1.4.1",
"cookieparser": "^0.1.0",
"elapsed": "0.0.7",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
2016-06-23 11:04:25 +00:00
"ftse": "^1.0.6",
2016-03-08 21:52:21 +00:00
"ical2json": "^0.2.0",
"logger": "0.0.1",
"method-override": "^2.3.5",
"morgan": "^1.7.0",
"nano": "^6.2.0",
2016-03-08 21:52:21 +00:00
"node-cron": "^1.0.0",
"scrape": "^0.2.3",
"string": "^3.3.1",
"sugar-date": "^1.5.1",
"ultrases": "^0.1.3",
2016-10-05 14:09:21 +00:00
"unstyler": "^0.2.2",
"ws": "^1.1.1"
2016-03-08 21:52:21 +00:00
},
"scripts": {
2016-03-23 14:03:58 +00:00
"start": "node web-server.js",
2016-03-24 17:09:42 +00:00
"copy": "sudo cp -r ./. /var/www/silvrtree"
2016-03-08 21:52:21 +00:00
}
}