UNPKG

webtask-require

Version:
36 lines (35 loc) 842 B
{ "name": "webtask-require", "version": "1.0.2", "description": "Call your webtasks from the browser", "main": "index.js", "scripts": { "build": "mkdir -p dist && browserify index.js -s wt -o dist/bundle.js && browserify index.js -s wt -g uglifyify -o dist/bundle.min.js" }, "repository": { "type": "git", "url": "https://github.com/auth0/webtask-require.git" }, "keywords": [ "webtask", "spa", "angular", "ember", "javascript", "backendless" ], "author": "Auth0", "license": "MIT", "bugs": { "url": "https://github.com/auth0/webtask-require/issues" }, "homepage": "https://github.com/auth0/webtask-require", "dependencies": { "bluebird": "^2.9.34", "superagent": "^1.2.0" }, "devDependencies": { "browserify": "^11.0.1", "uglifyify": "^3.0.1" } }