dynect-api
Version:
A barely functional, yet servicable, Dynect Managed DNS REST API Interface
37 lines (36 loc) • 989 B
JSON
{
"name": "dynect-api",
"version": "1.0.10",
"description": "A barely functional, yet servicable, Dynect Managed DNS REST API Interface",
"repository": {
"type": "git",
"url": "github:TheNorthRemembers/dynect-api"
},
"main": "./dist/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"dependencies": {
"axios": "^0.14.0",
"lodash": "^4.17.1"
},
"devDependencies": {
"babel-eslint":"^8.2.3",
"eslint": "4.4.1",
"eslint-config-es5": "^0.5.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.35.0",
"flow-bin": "^0.59.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0"
},
"keywords": [
"dynect",
"dns"
],
"author": "Michael Bondi <michael.bondi329@gmail.com>",
"license": "MIT"
}