UNPKG

nandos

Version:

Server-side JS library for the Nando's API

61 lines (60 loc) 1.56 kB
{ "name": "nandos", "version": "0.1.0", "description": "Server-side JS library for the Nando's API", "homepage": "https://github.com/billinghamj/nandos-node", "bugs": "https://github.com/billinghamj/nandos-node/issues", "license": "MIT", "author": "James Billingham <james@jamesbillingham.com> (https://jamesbillingham.com)", "main": "build/index.js", "repository": { "type": "git", "url": "https://github.com/billinghamj/nandos-node.git" }, "scripts": { "prepublish": "npm run build", "build": "rm -rf ./build && babel src --out-dir=build --source-maps --copy-files --quiet", "test": "echo \"no tests yet\" && exit 0" }, "dependencies": { "babel-runtime": "^6.11.6", "request": "^2.74.0", "request-promise-any": "^1.0.2" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-plugin-syntax-flow": "^6.8.0", "babel-plugin-transform-class-properties": "^6.11.5", "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-plugin-transform-runtime": "^6.12.0", "babel-plugin-typecheck": "^3.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-2": "^6.11.0" }, "babel": { "presets": [ "es2015", "stage-2" ], "plugins": [ "syntax-flow", "transform-class-properties", "transform-flow-strip-types", "transform-runtime", "typecheck" ] }, "keywords": [ "nando", "nando's", "nandos", "cheeky", "chicken", "peri", "food", "library", "sdk", "client", "api" ] }