-
-
Notifications
You must be signed in to change notification settings - Fork 651
/
package.json
67 lines (67 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"author": "Washington Botelho",
"bugs": {
"url": "https://github.com/wbotelhos/raty/issues"
},
"contributors": [
"Washington Botelho <wbotelhos@gmail.com> (https://www.wbotelhos.com)"
],
"description": "Raty - A Star Rating Plugin",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-transform-modules-amd": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-modules-systemjs": "^7.24.1",
"@babel/plugin-transform-modules-umd": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/register": "^7.23.7",
"@testing-library/jest-dom": "^6.4.2",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"babel-plugin-remove-import-export": "^1.1.1",
"babel-preset-minify": "^0.5.2",
"eslint": "^9.1.1",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2"
},
"directories": {
"lib": "src",
"test": "__tests__"
},
"homepage": "https://github.com/wbotelhos/raty",
"keywords": [
"classificacao",
"classificar",
"javascript",
"library",
"plugin",
"rating",
"raty",
"star",
"staring",
"votar",
"voto"
],
"license": "MIT",
"main": "src/raty.js",
"types": "src/raty.d.ts",
"maintainers": [
"Washington Botelho <wbotelhos@gmail.com> (https://www.wbotelhos.com)"
],
"name": "raty-js",
"repository": {
"type": "git",
"url": "https://github.com/wbotelhos/raty"
},
"scripts": {
"build": "gulp build",
"test": "jest",
"watch": "gulp watch"
},
"version": "4.3.0"
}