-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·40 lines (40 loc) · 1.11 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
{
"name": "peity-vanilla",
"description": "peity-vanilla is a vanilla version of original piety jQuery plugin that converts an element's content into a mini `svg` pie, line or bar chart.",
"version": "0.0.8",
"private": false,
"author": "www.railsjazz.com",
"contributors": [
"Igor Kasyanchuk <igorkasyanchuk@gmail.com>",
"Liubomyr Manastyretskyi <manastyretskyi@gmail.com>"
],
"license": "MIT",
"module": "dist/peity-vanilla.es2017-esm.js",
"main": "dist/peity-vanilla.js",
"browser": "dist/peity-vanilla.min.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -wc"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.44.0",
"rollup-plugin-terser": "^7.0.2"
},
"keywords": [
"chart",
"graph",
"sparkline",
"sparklines",
"svg",
"peity"
],
"repository": {
"type": "git",
"url": "https://github.com/railsjazz/peity_vanilla.git"
},
"homepage": "https://github.com/railsjazz/peity_vanilla",
"bugs": {
"url": "https://github.com/railsjazz/peity_vanilla/issues"
}
}