UNPKG

sbx-parse-api

Version:
30 lines (29 loc) 645 B
{ "name": "sbx-parse-api", "version": "0.1.6", "description": "JavaScript API for Securibox Parse", "keywords": [ "Securibox", "Parse", "Securibox Parse", "Document Processing" ], "main": "lib/sbx-parse-api.js", "scripts": { "compile": "babel --presets es2015 -d lib/ src/", "prepare": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/Securibox/parse-api-js.git" }, "author": "Securibox", "license": "LGPL-3.0", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1" }, "dependencies": { "base-64": "^0.1.0" } }