morar-client
Version:
A module for interacting with morar.ft.com
36 lines (35 loc) • 848 B
JSON
{
"name": "morar-client",
"version": "0.6.0",
"description": "A module for interacting with morar.ft.com",
"main": "main.js",
"scripts": {
"build" : "babel index.js -o ./main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ftlabs/morar-client.git"
},
"keywords": [
"morar",
"ftlabs",
"financial-times"
],
"author": "Sean M. Tracey",
"license": "MIT",
"bugs": {
"url": "https://github.com/ftlabs/morar-client/issues"
},
"homepage": "https://github.com/ftlabs/morar-client#readme",
"dependencies": {
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"form-data": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-latest": "^6.16.0"
}
}