UNPKG

cms-api

Version:

A node wrapper for RPI's Club Management System API

32 lines (31 loc) 676 B
{ "name": "cms-api", "version": "0.2.0", "description": "A node wrapper for RPI's Club Management System API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Justin Etzine", "license": "MIT", "dependencies": { "q": "^1.4.1" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/justetz/node-cms-api.git" }, "bugs": { "url": "https://github.com/justetz/node-cms-api/issues" }, "homepage": "https://github.com/justetz/node-cms-api#readme", "keywords": [ "CMS", "Club", "Management", "System", "API", "RPI" ] }