-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 861 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
35
36
37
38
39
40
{
"name": "spiderette",
"version": "0.0.3",
"description": "A spider test runner for your website",
"main": "index.js",
"bin": {
"spiderette": "bin/spiderette.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksm2/spiderette.git"
},
"keywords": [
"spider",
"test",
"static",
"websites",
"testing",
"continuous",
"integration"
],
"author": {
"name": "Konstantin Simon Maria Möllers",
"email": "ksm.moellers@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ksm2/spiderette/issues"
},
"homepage": "https://github.com/ksm2/spiderette#readme",
"dependencies": {
"chalk": "^1.1.3",
"jsdom": "^10.0.0",
"meow": "^3.7.0",
"request": "^2.81.0"
}
}