forked from frankely/vin-decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 809 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
{
"name": "vin-decoder",
"version": "1.3.0",
"description": "Vehicle Identification Number Decoder",
"main": "index.js",
"files": [
"data/*"
],
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"autotest": "supervisor -q -n exit -x mocha -- -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frankely/vin-decoder.git"
},
"keywords": [
"VIN",
"Decoder",
"Vehicle",
"Decoder"
],
"author": "Frankely Diaz <[email protected]> (http://frankelydiaz.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/frankely/vin-decoder/issues"
},
"homepage": "https://github.com/frankely/vin-decoder#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0",
"supervisor": "^0.12.0"
}
}