get-form-data
Version:
Gets form data via form.elements
38 lines (37 loc) • 827 B
JSON
{
"name": "get-form-data",
"version": "3.0.0",
"description": "Gets form data via form.elements",
"main": "lib/index.js",
"module": "es/index.js",
"homepage": "https://github.com/insin/get-form-data",
"license": "MIT",
"author": "Jonny Buchanan <jonathan.buchanan@gmail.com>",
"scripts": {
"build": "npm run lint && nwb test",
"lint": "eslint src test",
"test": "nwb build && nwb test",
"test:watch": "nwb test --server"
},
"files": [
"es",
"lib",
"umd"
],
"dependencies": {},
"devDependencies": {
"eslint-config-jonnybuchanan": "6.0.x",
"karma-tap": "4.2.0",
"nwb": "0.24.x",
"tape": "4.13.2"
},
"repository": {
"type": "git",
"url": "https://github.com/insin/get-form-data.git"
},
"keywords": [
"data",
"form",
"forms"
]
}