{
  "title": "formie - CommonJS/Browserified ajax form submission",
  "name": "formie",
  "description": "Formie submits form data via AJAX. Formie supports JSONP, GET, POST, PUT, DELETE and multipart/form-data file Uploads without the baggage of a full framework.",
  "version": "1.2.0",
  "main": "index.js",
  "engines": {
    "node": ">=6.x"
  },
  "scripts": {
    "test": "mocha -R spec --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:yawetse/formie.git"
  },
  "dependencies": {
    "async": "^2.0.0-rc.6",
    "classie": "^1.0.0",
    "ejs": "^2.4.2",
    "forbject": "^1.4.0",
    "superagent": "^2.0.0",
    "util-extend": "^1.0.3"
  },
  "devDependencies": {
    "browserify": "~13.0.1",
    "chai": "^3.5.0",
    "grunt": ">=1.0.1",
    "grunt-browserify": ">=5.0.0",
    "grunt-contrib-connect": ">=0.9.0",
    "grunt-contrib-copy": ">=1.0.0",
    "grunt-contrib-cssmin": ">=1.0.1",
    "grunt-contrib-jshint": ">=1.0.0",
    "grunt-contrib-less": ">=1.3.0",
    "grunt-contrib-uglify": ">=1.0.1",
    "grunt-contrib-watch": ">=1.0.0",
    "grunt-jsbeautifier": ">=0.2.12",
    "grunt-jsdoc": ">=2.1.0",
    "grunt-templater": ">=0.0.6",
    "grunt-newer": ">=1.2.0",
    "grunt-simple-mocha": ">=0.4.1",
    "jsdoc": "3.4.0",
    "mocha": "2.5.3",
    "uglify-js": "^2.6.2",
    "uglifyify": "^3.0.2"
  },
  "license":"MIT",
  "keywords": [
    "knockout",
    "data binding",
    "ui binding",
    "jsonp",
    "ajax",
    "form",
    "form data",
    "multipart",
    "FormData"
  ]
}
