-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 917 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
41
42
{
"name": "vue-covfefe",
"version": "0.1.0",
"description": "Covfefe directive for Vue.js",
"author": "Emanuele Marchi <emanuele@lostcrew.it>",
"homepage": "https://github.com/LostCrew/vue-covfefe",
"keywords": [
"donald",
"trump",
"covfefe",
"coverage",
"vue",
"vuejs",
"javascript",
"directive"
],
"license": "WTFPL",
"repository": {
"type": "git",
"url": "https://github.com/LostCrew/vue-covfefe.git"
},
"bugs": "https://github.com/LostCrew/vue-covfefe/issues",
"contributors": [],
"main": "index.js",
"dependencies": {},
"engines": {
"node": ">=6"
},
"devDependencies": {
"jest": "^20.0.4",
"standard": "^10.0.2",
"vue": "^2.3.3"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && jest",
"covfefe": "npm run test -- --coverage"
},
"standard": {
"globals": ["define", "it", "expect"]
}
}