-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "js-formation",
"version": "2.1.1",
"description": "Rule-based, cross-browser, client side HTML form validation library written in JavaScript",
"author": "Derek Rosenzweig <[email protected]>",
"repository": "https://github.com/ozzyogkush/formation.git",
"main": "dist/formation.min.js",
"license": "MIT",
"keywords": [
"client",
"dom",
"form",
"forms",
"html",
"manipulation",
"rules",
"validation",
"validators"
],
"dependencies": {
"stampit": "^2.1.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.4.3",
"babel-register": "^6.24.1",
"chai": "^4.1.1",
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-istanbul": "^5.0.1",
"grunt-mocha-test": "^0.12.7",
"grunt-webpack": "^3.1.3",
"isparta": "^4.0.0",
"istanbul": "=0.4.4",
"jsdom": "^11.1.0",
"jsdom-global": "^3.0.2",
"mocha": "^3.5.0",
"sinon": "^3.2.0",
"sinon-chai": "^2.12.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.3",
"webpack-dev-server": "^3.1.14"
},
"bugs": {
"url": "https://github.com/ozzyogkush/formation/issues"
}
}