gcal-conf-free-api
Version:
An express API server that translates Google Calendar ical Free Busy information into a consumable JSON API
37 lines (36 loc) • 867 B
JSON
{
"name": "gcal-conf-free-api",
"version": "1.0.0",
"author": "Bryan Clark <clarkbw@gmail.com>",
"description": "An express API server that translates Google Calendar ical Free Busy information into a consumable JSON API",
"scripts": {
"start": "node server.js",
"dev": "supervisor server.js",
"test": "./node_modules/.bin/mocha test/*test.js",
"outdated": "npm outdated --depth=0"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/mozillayvr/conf-free-api.git"
},
"keywords": [
"ical",
"freebusy"
],
"dependencies": {
"config": "~1.12.x",
"debug": "~2.1.x",
"express": "~4.12.x",
"ical": "~0.3.1",
"lodash": "~3.6.x",
"moment": "~2.10.x"
},
"license": "MPL",
"engines": {
"node": ">=0.6"
},
"devDependencies": {
"mocha": "^2.1.0"
}
}