Files
form.js/package.json

56 lines
1.2 KiB
JSON

{
"name": "form.js",
"version": "0.3.0",
"description": "Automagic form validation and submission library.",
"main": "lib/form.cjs.js",
"module": "lib/form.es.js",
"jsnext:main": "lib/form.es.js",
"files": [
"lib/",
"src/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hanzo-io/form.js.git"
},
"keywords": [
"form",
"forms",
"contact",
"email",
"signup",
"submissions",
"hanzo"
],
"author": "Hanzo, Inc <hi@hanzo.io>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hanzo-io/form.js/issues"
},
"homepage": "https://github.com/hanzo-io/form.js#readme",
"dependencies": {
"little-emitter": "^0.3.5"
},
"devDependencies": {
"cake-bundle": "^0.2.21",
"cake-outdated": "^0.1.18",
"cake-publish": "^0.1.10",
"cake-version": "^0.1.15",
"chai": "^4.5.0",
"coffee-script": "^1.12.7",
"connect": "^3.7.0",
"mocha": "^3.5.3",
"phantomjs": "^2.1.7",
"requisite": "^1.19.17",
"selenium-standalone": "^6.24.0",
"serve-static": "^1.16.3",
"shortcake": "^1.2.8",
"uglify-js": "^2.8.29",
"webdriverio": "^4.14.4"
},
"scripts": {
"prepublishOnly": "cake build",
"test": "cake test"
}
}