UNPKG

io-ui-jsonform

Version:

HTML JSON form submission polyfill based on http://darobin.github.io/formic/specs/json/ .

52 lines (51 loc) 1.39 kB
{ "name": "io-ui-jsonform", "version": "0.1.7-alpha", "description": "HTML JSON form submission polyfill based on http://darobin.github.io/formic/specs/json/ .", "main": "Gulpfile.js", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "browser-sync": "^2.1.6", "coveralls": "^2.11.2", "gulp": "git://github.com/gulpjs/gulp.git#4.0", "gulp-cli": "git://github.com/gulpjs/gulp-cli#4.0", "gulp-coveralls": "^0.1.3", "gulp-karma": "0.0.4", "istanbul": "^0.3.6", "jasmine-core": "^2.2.0", "karma": "^0.12.31", "karma-chrome-launcher": "^0.1.7", "karma-coverage": "^0.2.7", "karma-jasmine": "^0.3.5", "karma-mocha-reporter": "^1.0.0", "karma-phantomjs-launcher": "^0.1.4", "koa": "^0.18.0", "koa-route": "^2.4.0", "koa-send": "^1.3.1", "mocha": "^2.1.0", "nodemon": "^1.3.7" }, "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/eljefedelrodeodeljefe/io-ui-jsonform" }, "keywords": [ "cors", "form", "formdata", "json", "enctype" ], "author": "Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/eljefedelrodeodeljefe/io-ui-jsonform/issues" }, "homepage": "https://github.com/eljefedelrodeodeljefe/io-ui-jsonform" }