UNPKG

continuum-sdk

Version:

A Javascript SDK for VersionOne Continuum

47 lines (46 loc) 1.03 kB
{ "name": "continuum-sdk", "version": "1.1.2", "description": "A Javascript SDK for VersionOne Continuum", "main": "index.js", "scripts": { "build": "webpack --config ./webpack.config.js", "build:prod": "webpack --config ./webpack.config.js -p", "clean:dist": "rm -rf dist", "clean:modules": "rm -rf node_modules", "test": "jest" }, "keywords": [ "VersionOne", "V1", "Continuum", "SDK" ], "author": { "name": "Alejandro Guzman", "email": "a.guillermoguzman@gmail.com" }, "contributors": [ { "name": "Alejandro Guzman" }, { "name": "Walker Smith" } ], "license": "MIT", "devDependencies": { "axios": "^0.15.3", "babel-cli": "^6.22.2", "babel-jest": "^18.0.0", "babel-loader": "^6.3.2", "babel-plugin-transform-object-rest-spread": "^6.22.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.1.8", "jest": "^18.1.0", "webpack": "^2.2.1" }, "dependencies": { "base-64": "^0.1.0" } }