-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 978 Bytes
/
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
{
"name": "js-input-validator",
"version": "0.0.4",
"description": "Simple JS Input Validator",
"main": "dist/js-input-validator.js",
"scripts": {
"test": "./node_modules/.bin/_mocha tests/index.js",
"build": "./node_modules/.bin/webpack"
},
"author": "thinkholic <[email protected]> (https://github.com/thinkholic)",
"repository": {
"type": "git",
"url": "git+https://github.com/99xt-incubator/js-input-validator.git"
},
"homepage": "https://github.com/99xt-incubator/js-input-validator#readme",
"bugs": {
"url": "https://github.com/99xt-incubator/js-input-validator/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4"
},
"dependencies": {}
}