-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 883 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 883 Bytes
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
{
"name": "validate.it.js",
"version": "0.1.3",
"description": "simple way to validate",
"repository": {
"type": "git",
"url": "https://github.com/titulus/validate.it.js.git"
},
"bugs": {
"url": "https://github.com/titulus/validate.it.js/issues"
},
"main": "index.js",
"scripts": {
"start": "webpack",
"test": "mocha --recursive",
"tdd": "nodemon --exec \"npm test\""
},
"keywords": [
"validation",
"validate",
"valid"
],
"author": "Kuntsevich Andrei",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"nodemon": "^1.14.12",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.10.0"
}
}