mirror of
https://github.com/pshihn/planar-range.git
synced 2026-04-21 03:01:11 -04:00
35 lines
880 B
JSON
35 lines
880 B
JSON
{
|
|
"name": "planar-range",
|
|
"version": "0.3.2",
|
|
"description": "A 2D range component ",
|
|
"main": "lib/planar-range.js",
|
|
"module": "lib/planar-range.js",
|
|
"types": "lib/planar-range.d.ts",
|
|
"scripts": {
|
|
"build": "rm -rf lib && tsc && rollup -c",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pshihn/planar-range.git"
|
|
},
|
|
"keywords": [
|
|
"range",
|
|
"webcomponent"
|
|
],
|
|
"author": "Preet Shihn",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pshihn/planar-range/issues"
|
|
},
|
|
"homepage": "https://github.com/pshihn/planar-range#readme",
|
|
"devDependencies": {
|
|
"rollup": "^2.7.2",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^5.3.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"dependencies": {
|
|
"pointer-tracker": "^2.3.0"
|
|
}
|
|
} |