-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 998 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
33
34
35
36
37
38
39
40
{
"name": "validatr.js",
"version": "1.0.1",
"description": "Javascript validation library",
"main": "./build/main.js",
"typings": "./build/main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebestindragos/validatR.git"
},
"keywords": [
"javascript",
"typescript",
"validation",
"validator"
],
"author": "Dragos Sebestin",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebestindragos/validatR/issues"
},
"homepage": "https://github.com/sebestindragos/validatR#readme",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.38",
"@types/node": "^7.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.1",
"gulp-rimraf": "^0.2.1",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.4",
"run-sequence": "^1.2.2",
"tslint": "^4.3.1",
"typescript": "^2.1.5"
}
}