forked from isneezy/confere.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
{
"name": "confere.js",
"version": "0.2.0",
"description": "A simple promise based javascript validation library with extras",
"main": "dist/confere.js",
"scripts": {
"build": "WEBPACK_ENV=build webpack",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch",
"test": "mocha --compilers js:babel-core/register --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isneezy/confere.js.git"
},
"bugs": {
"url": "https://github.com/isneezy/confere.js/issues"
},
"homepage": "https://github.com/isneezy/confere.js#readme",
"keywords": [
"confere",
"validation",
"input",
"validate",
"data-valdiation",
"input-validation",
"validation-library"
],
"author": "Ivan Vilanculo <vilanculoivan@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel": "6.3.13",
"babel-cli": "^6.24.1",
"babel-core": "6.1.18",
"babel-eslint": "^8.0.0-alpha.17",
"babel-loader": "6.1.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "6.3.13",
"chai": "3.4.1",
"eslint": "1.7.2",
"eslint-loader": "1.1.0",
"expect.js": "^0.3.1",
"jsdom": "11.1.0",
"jsdom-global": "3.0.2",
"mocha": "2.3.4",
"webpack": "^3.4.1"
}
}