uapi-utils
Version:
Utility functions to facilitate working with the University API specification.
33 lines (32 loc) • 773 B
JSON
{
"name": "uapi-utils",
"version": "1.0.0",
"description": "Utility functions to facilitate working with the University API specification.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"bluebird": "^3.5.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byu-oit/UAPI-Utils.git"
},
"keywords": [
"UAPI"
],
"author": "Brigham Young University - Office of Information Technology",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/byu-oit/UAPI-Utils/issues"
},
"homepage": "https://github.com/byu-oit/UAPI-Utils#readme"
}