-
Notifications
You must be signed in to change notification settings - Fork 240
/
package.json
43 lines (43 loc) · 1.1 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "volkswagen",
"version": "1.4.2",
"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.1.1",
"is-ci": "^1.1.0",
"mockery": "^2.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"standard": "^11.0.1",
"tap": "^11.1.2",
"tape": "^4.9.0"
},
"scripts": {
"test": "standard && standard .these/aren\\'t/the/source/files/you\\'re/looking/for.js && find test -type f ! -name '*.js' -print0 | xargs -0 -n1 -t node"
},
"repository": {
"type": "git",
"url": "https://github.com/auchenberg/volkswagen"
},
"keywords": [
"vw",
"test",
"defeat",
"ci"
],
"author": "Kenneth Auchenberg",
"contributors": [
"Thomas Watson Steen <[email protected]> https://twitter.com/wa7son"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/auchenberg/volkswagen/issues"
},
"homepage": "https://github.com/auchenberg/volkswagen",
"coordinates": [
55.6665951,
12.5798807
]
}