UNPKG

payloadjs

Version:

REST API payload management made easy. Payload.js is a javascript single page application (SPA) driver designed to interact intuitively with REST APIs from within web and mobile apps.

35 lines (34 loc) 879 B
{ "name": "payloadjs", "version": "0.7.0", "description": "REST API payload management made easy. Payload.js is a javascript single page application (SPA) driver designed to interact intuitively with REST APIs from within web and mobile apps.", "main": "payload.js", "scripts": { "test": "grunt test" }, "repository": "https://github.com/pklauzinski/payload.git", "keywords": [ "payload", "payloadjs", "payload.js", "rest", "spa", "single-page-application", "html5", "ajax" ], "author": "Philip Klauzinski (http://webtopian.com)", "license": "MIT", "bugs": { "url": "https://github.com/pklauzinski/payload/issues" }, "homepage": "http://payloadjs.com", "dependencies": { "jquery": ">=1.7" }, "devDependencies": { "grunt": "^1.0.3", "grunt-bump": "^0.8.0", "gruntify-eslint": "5.0.0" } }