-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 883 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 883 Bytes
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
{
"name": "derby-validator",
"version": "0.6.4",
"description": "A simple lib to easily add validation to input fields in Derby.",
"main": "lib/index.js",
"scripts": {
"test": "eslint lib test && mocha"
},
"dependencies": {
"lodash": "^3.10.0",
"racer": ">=0.7.0 <0.9.0"
},
"peerDependencies": {
"racer": ">=0.7.0 <0.9.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "~1.17.1",
"racer": ">=0.7.0 <0.9.0",
"eslint": "^1.10.3"
},
"author": "cjblomqvist <carl@cjblomqvist.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BBWeb/derby-validator.git"
},
"keywords": [
"derby",
"library"
],
"bugs": {
"url": "https://github.com/BBWeb/derby-validator/issues"
},
"homepage": "https://github.com/BBWeb/derby-validator",
"readmeFilename": "README.md"
}