UNPKG

serviceberry-form

Version:

URL encoded form serialization plugin for serviceberry

51 lines (50 loc) 1.32 kB
{ "name": "serviceberry-form", "version": "1.0.3", "description": "URL encoded form serialization plugin for serviceberry", "main": "plugin.js", "files": [ "plugin.js" ], "directories": { "test": "spec" }, "scripts": { "build": "npm run lint && npm run lint:spec && npm run test-coverage", "lint": "eslint plugin.js", "lint:spec": "eslint spec/**/*.js", "test": "jasmine", "test-coverage": "nyc --include=plugin.js --reporter=lcov --reporter=text npm test" }, "repository": { "type": "git", "url": "git+https://github.com/bob-gray/serviceberry-form.git" }, "keywords": [ "urlencoded", "serialization", "serviceberry", "api", "rest", "http" ], "author": "Bob Gray <gray.bob98@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bob-gray/serviceberry-form/issues" }, "homepage": "https://github.com/bob-gray/serviceberry-form#readme", "peerDependencies": { "serviceberry": ">=0.2.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "eslint": "^9.21.0", "globals": "^16.0.0", "jasmine": "^5.6.0", "jasmine-spec-reporter": "^7.0.0", "node-mocks-http": "^1.7.0", "nyc": "^17.1.0", "serviceberry": "^0.11.6" } }