-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.26 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
{
"name": "simple-object-validation",
"version": "1.1.2",
"description": "Library for JavaScript Object validation",
"main": "./bin/simple-object-validation.js",
"scripts": {
"build": "webpack",
"watch": "webpack --progress --colors --watch",
"test": "jest",
"watch-test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madcat23/simple-object-validation.git"
},
"author": "madcat23",
"license": "MIT",
"bugs": {
"url": "https://github.com/madcat23/simple-object-validation/issues"
},
"keywords": ["redux-form", "validation", "javascript", "library", "no-dependencies", "extendable", "i18n", "lightweight"],
"homepage": "https://github.com/madcat23/simple-object-validation#readme",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.14.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-config-airbnb-flow": "^1.0.2",
"eslint-plugin-import": "^2.2.0",
"flow-bin": "^0.49.1",
"jest": "^18.1.0",
"webpack": "^1.14.0"
}
}