dom-form-serializer
Version:
Serialize form inputs
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "dom-form-serializer",
"version": "2.0.0",
"description": "Serialize form inputs",
"main": "dist/dom-form-serializer.js",
"module": "dist/dom-form-serializer.mjs",
"jsnext:main": "dist/dom-form-serializer.mjs",
"files": [
"lib",
"dist"
],
"scripts": {
"prebuild": "./node_modules/.bin/standard",
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "mocha --compilers js:babel-register test/*.js",
"prepublish": "npm run build && npm test"
},
"author": "Jeferson Daniel",
"license": "MIT",
"keywords": [
"form",
"serialize",
"client",
"browser"
],
"repository": {
"type": "git",
"url": "https://github.com/jefersondaniel/dom-form-serializer.git"
},
"devDependencies": {
"babel-register": "^6.14.0",
"babel-preset-es2015": "^6.13.2",
"babel-plugin-external-helpers": "^6.8.0",
"chai": "^3.5.0",
"domify": "^1.4.0",
"jsdom": "9.4.2",
"jsdom-global": "2.1.0",
"mocha": "^3.0.2",
"standard": "^8.0.0",
"babelrc-rollup": "^3.0.0",
"rollup": "^0.34.7",
"rollup-plugin-babel": "^2.6.1",
"rollup-watch": "^2.5.0"
},
"dependencies": {},
"standard": {
"ignore": [
"dist"
]
}
}