forked from typestack/class-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.53 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
53
54
55
56
57
58
59
60
61
{
"name": "class-validator",
"private": true,
"version": "0.7.2",
"description": "Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "pleerock.me@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pleerock/class-validator.git"
},
"bugs": {
"url": "https://github.com/pleerock/class-validator/issues"
},
"tags": [
"validator",
"validation",
"typescript",
"typescript-validator"
],
"dependencies": {
"validator": "^7.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/chai-as-promised": "0.0.30",
"@types/gulp": "^4.0.2",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.10",
"@types/sinon": "^1.16.36",
"chai": "^3.4.1",
"chai-as-promised": "^6.0.0",
"codecov": "^2.1.0",
"del": "^2.2.2",
"es6-shim": "^0.35.3",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.4.1",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.6",
"gulpclass": "0.1.2",
"mocha": "^3.2.0",
"remap-istanbul": "^0.9.1",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"ts-node": "^3.0.2",
"tslint": "^4.5.1",
"tslint-stylish": "^2.1.0",
"typescript": "^2.2.1"
},
"scripts": {
"test": "gulp tests"
}
}