mirror of
https://github.com/auchenberg/volkswagen
synced 2025-04-20 13:28:00 +02:00
40 lines
875 B
JSON
40 lines
875 B
JSON
{
|
|
"name": "volkswagen",
|
|
"version": "1.0.0",
|
|
"description": "Volkswagen detects when your tests are being run in a CI server, and makes them pass.",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"emitter-listener": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^5.3.1",
|
|
"tape": "^4.2.1"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/auchenberg/volkswagen"
|
|
},
|
|
"keywords": [
|
|
"vw",
|
|
"test",
|
|
"defeat",
|
|
"ci"
|
|
],
|
|
"author": "Kenneth Auchenberg",
|
|
"contributors": [
|
|
"Thomas Watson Steen <w@tson.dk> https://twitter.com/wa7son"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/auchenberg/volkswagen/issues"
|
|
},
|
|
"homepage": "https://github.com/auchenberg/volkswagen",
|
|
"coordinates": [
|
|
55.66661200000001,
|
|
12.5799057
|
|
]
|
|
}
|