-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "vivalid",
"version": "0.2.2",
"description": "client side validations with async (client-server) support. http://www.pazams.com/vivalid/",
"main": "./lib/vivalid.js",
"directories": {
"test": "test"
},
"devDependencies": {
"browserify": "^12.0.1",
"chai": "^2.1.0",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"istanbul": "^0.3.6",
"jshint": "^2.6.0",
"karma": "0.13",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.7",
"karma-fixture": "^0.2.1-1",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"mocha": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "gulp",
"document": "jsdoc lib/ -d ./documentation/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pazams/vivalid.git"
},
"keywords": [
"client",
"side",
"validations",
"async"
],
"author": "Pazams <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pazams/vivalid/issues"
},
"homepage": "https://github.com/pazams/vivalid#readme"
}