Files
@ b731eaad3adf
Branch filter:
Location: light9/package.json - annotation
b731eaad3adf
881 B
application/json
deprecate light9/web/ - use light9/{service}/ with web/ subdir if needed
168262618f2d 168262618f2d 168262618f2d e30493d458f9 e30493d458f9 168262618f2d 168262618f2d 168262618f2d 168262618f2d 168262618f2d 168262618f2d 224c4a1625d7 5acdf209394d e30493d458f9 bd0c83b063df 7fe81130b735 168262618f2d 157985a971dc 3c997bc6d380 bd0c83b063df e30493d458f9 224c4a1625d7 5acdf209394d 224c4a1625d7 b46f6977168b e30493d458f9 04ed5d134973 7cb53b510a6a 5acdf209394d 224c4a1625d7 224c4a1625d7 168262618f2d 168262618f2d 168262618f2d 168262618f2d 168262618f2d 168262618f2d 168262618f2d 168262618f2d | {
"name": "light9",
"version": "1.0.0",
"repository": "...",
"license": "MIT",
"description": "Mini instructions:",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@types/debug": "^4.1.7",
"@webcomponents/shadycss": "^1.3.1",
"@webcomponents/webcomponentsjs": "^1.2.0",
"bower": "^1.8.4",
"browserify": "^16.2.3",
"chai": "^3.5.0",
"cjs-to-es6": "^1.1.1",
"coffeelint": "^2.1.0",
"coffeescript": "^2.3.0",
"d3": "^5.1.0",
"debug": "^4.3.4",
"esmify": "^2.1.1",
"lit": "^2.2.2",
"mocha": "^2.5.3",
"n3": "^1.0.0-alpha",
"parse-prometheus-text-format": "^1.1.1",
"pixi.js": "^4.7.3",
"significant-rounding": "^2.0.0",
"tinycolor2": "^1.4.1",
"vite": "^2.9.1"
},
"devDependencies": {
"mocha": "^2.5.3"
},
"scripts": {
"test": "mocha"
}
}
|