1
0
mirror of https://github.com/auchenberg/volkswagen synced 2025-12-24 00:55:11 +01:00
volkswagen/package.json
Thomas Watson Steen 169b92d48d 1.2.7
2015-10-08 18:40:14 +02:00

43 lines
1.0 KiB
JSON

{
"name": "volkswagen",
"version": "1.2.7",
"description": "Volkswagen detects when your tests are being run in a CI server, and makes them pass.",
"main": "./.these/aren't/the/source/files/you're/looking/for.js",
"dependencies": {
"emitter-listener": "^1.0.1",
"is-ci": "^1.0.4",
"mockery": "^1.4.0"
},
"devDependencies": {
"standard": "^5.3.1",
"tap": "^2.1.0",
"tape": "^4.2.1"
},
"scripts": {
"test": "standard && node test/assert.js && node test/tap.js && tape test/tape.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.6665885,
12.5798445
]
}