-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 912 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
{
"name": "cv-credit-card",
"version": "0.2.0",
"description": "A custom validator for Composed Validatios Library",
"main": "index.js",
"browserify": {
"transform": [
"coffeeify"
]
},
"browser": "lib/index.coffee",
"scripts": {
"test": "./node_modules/.bin/barrier $(find test -name '*_test.coffee')"
},
"repository": {
"type": "git",
"url": "git@github.com:composed-validations/cv-credit-card.git"
},
"keywords": [
"composed",
"validations",
"credit",
"card",
"validator"
],
"author": "Djalma Araujo",
"license": "MIT",
"bugs": {
"url": "https://github.com/composed-validations/cv-credit-card/issues"
},
"homepage": "https://github.com/composed-validations/cv-credit-card",
"devDependencies": {
"barriertest": "~0.4.1",
"composed-validations": "~0.7.1"
},
"dependencies": {
"coffee-script": "~1.7.1"
}
}