forked from garygreen/validatorjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.36 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.36 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
{
"name": "validatorjs",
"buildname": "validator",
"title": "validatorjs",
"description": "Validation library based on Laravel's Validator class",
"version": "1.3.2",
"homepage": "https://github.com/skaterdav85/validatorjs",
"author": "David <dtang859@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/skaterdav85/validatorjs"
},
"bugs": {
"url": "https://github.com/skaterdav85/validatorjs/issues?labels=bug&milestone=1&page=1&state=open"
},
"keywords": [
"validatorjs, validator.js, data validation, validator, validate, validation, data, laravel, laravel-validator-for-js"
],
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-concat": "~0.4.0",
"jasmine-node": "1.14.2",
"karma": "~0.12.17",
"karma-jasmine": "~0.1.5",
"karma-coverage": "~0.2.4",
"karma-chrome-launcher": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"grunt-contrib-watch": "~0.6.1",
"karma-growl-notifications-reporter": "0.0.2"
},
"engines": {
"node": ">= 0.8.0"
},
"gitHead": "301ebbe9afe949a4233606d3a5f16e14be5c820e",
"readmeFilename": "README.md",
"main": "./dist/validator.js",
"scripts": {
"test": "grunt && node node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
}
}