UNPKG

@polymind/sdk-js

Version:

A SDK to communicate with your Polymind account

50 lines (49 loc) 1.34 kB
{ "name": "@polymind/sdk-js", "version": "0.1.8-beta.1", "description": "A SDK to communicate with your Polymind account", "main": "lib/index.js", "scripts": { "watch": "webpack --mode=development -d --watch --config webpack.config.js", "build": "webpack --mode=production -p --config webpack.config.js", "prepare": "npm run build", "prepublish": "npm run build" }, "files": ["lib/**/*"], "keywords": [ "polymind", "memorization", "e-learning", "flashcard" ], "dependencies": { "@babel/polyfill": "^7.2.5", "@directus/sdk-js": "^6.1.1", "hex-to-rgba": "^2.0.1", "moment": "^2.24.0" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.3", "@babel/preset-env": "^7.3.1", "@babel/register": "^7.0.0", "babel-loader": "^8.0.5", "source-map-loader": "^0.2.4", "webpack": "^4.29.5", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.1.14" }, "repository": { "type": "git", "url": "git+https://github.com/PolymindApp/sdk-js.git" }, "author": { "name": "Danny Coulombe", "email": "danny.coulombe@polymind.app" }, "license": "MIT", "bugs": { "url": "https://github.com/PolymindApp/sdk-js/issues" }, "homepage": "https://github.com/PolymindApp/sdk-js#readme" }