-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
44
45
46
47
48
49
{
"name": "image-testdata",
"version": "1.0.0",
"description": "Images for use in test-cases",
"repository": {
"type": "git",
"url": "[email protected]:gachou/image-testdata.git"
},
"homepage": "https://github.com/gachou/image-testdata",
"author": {
"name": "Nils Knappmeier",
"email": "[email protected]",
"url": "https://github.com/nknapp"
},
"bugs": {
"url": "https://github.com/gachou/image-testdata/issues"
},
"license": "MIT",
"scripts": {
"lint": "eslint --fix .",
"test": "mocha --recursive && npm run lint",
"thought": "thought run -a",
"version": "thoughtful changelog -o -a && npm run thought"
},
"dependencies": {
"cp-file": "^5.0.0",
"mkdirp": "^0.5.1",
"pify": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.0.0",
"rimraf": "^2.6.2",
"thought": "^1.5.2",
"thoughtful-release": "^0.3.1"
},
"files": [
"data",
"index.js"
],
"keywords": []
}