forked from pyatyispyatil/flame-chart-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "flame-chart-js",
"version": "1.6.8",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w -m",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pyatyispyatil/flame-chart-js.git"
},
"author": "Nikolay Ryabov",
"license": "MIT",
"bugs": {
"url": "https://github.com/pyatyispyatil/flame-chart-js/issues"
},
"homepage": "https://github.com/pyatyispyatil/flame-chart-js#readme",
"dependencies": {
"color": "^3.1.3",
"events": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-html": "^0.2.3",
"@rollup/plugin-json": "^4.1.0",
"rollup": "^2.39.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4"
}
}