-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 935 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
{
"name": "marko-star-rating",
"version": "3.1.3",
"description": "star rating component in marko",
"main": "./src/index.js",
"files": [
"src/",
"browser.json",
"marko.json"
],
"scripts": {
"lint": "eslint . --ignore-pattern *.marko.js",
"test": "mocha",
"build": "npm run lint && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yomed/star-rating-marko.git"
},
"keywords": [
"star rating",
"marko-component"
],
"author": "Yoni Medoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/yomed/star-rating-marko/issues"
},
"homepage": "https://github.com/yomed/star-rating-marko#readme",
"peerDependencies": {
"marko": "^4"
},
"devDependencies": {
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.1",
"eslint": "^7.4.0",
"eslint-config-yomed": "^1.4.0",
"marko": "^4.22.0",
"mocha": "^8.0.1"
}
}