-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1019 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
41
42
43
{
"name": "valcomex",
"version": "1.0.0",
"description": "Compact and extensible validator.",
"author": "Viktor Marosvary",
"contributors": [
"Tom Verschueren <tom.verschueren@slickss.com>",
"Aaron Sievers"
],
"main": "dist/index.js",
"scripts": {
"buildPackage": "./node_modules/coffee-script/bin/coffee --compile --output dist/ src/",
"test": "mocha && istanbul report text-summary lcov",
"testQuick": "env env=test mocha"
},
"keywords": [
"validator",
"object",
"simple",
"compact",
"extensible"
],
"dependencies": {
"lodash": "4.13.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.14",
"istanbul": "^0.4.3",
"mocha": "2.5.3",
"mocha-lcov-reporter": "^1.2.0"
},
"repository": {
"type": "git",
"url": "http://github.com/utizr/valcomex"
},
"bugs": {
"url": "http://github.com/utizr/valcomex/issues"
},
"license": "MIT"
}