forked from vroomlabs/vin-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 798 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
{
"name": "@vroomlabs/vin-validate",
"version": "1.0.2",
"description": "Validate a VIN based on origin, checkdigit, and reported year.",
"main": "index.js",
"scripts": {
"npm-push": "npm version patch && npm publish -tag latest --access public && git push",
"test": "node ./node_modules/.bin/mocha ./test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vroomlabs/vin-validate.git"
},
"keywords": [
"VIN",
"check",
"validation",
"checkdigit",
"year"
],
"author": "Vroom.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/vroomlabs/vin-validate/issues"
},
"homepage": "https://github.com/vroomlabs/vin-validate#readme",
"devDependencies": {
"mocha": "^3.5.3",
"should": "^13.0.1"
}
}