-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 794 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 794 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
{
"name": "validate-vat",
"version": "0.3.1",
"description": "A Europe VAT number validation lib",
"main": "lib/index.js",
"dependencies": {
},
"devDependencies": {
"coffee-script": "~1.6.3",
"mocha": "~1.14.0",
"expect.js": ">=0.2.0"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script -R spec -t 10000 --recursive test",
"prepublish": "coffee --output lib --compile src"
},
"repository": {
"type": "git",
"url": "https://github.com/viruschidai/validate-vat"
},
"keywords": [
"VAT",
"Tax",
"Number",
"Validation",
"node.js"
],
"author": "Bill Gao",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/viruschidai/validate-vat/issues"
},
"directories": {
"test": "test"
}
}