Mercurial > code > home > repos > light9
view package.json @ 1935:5acdf209394d
start live stats displayer on home page
Ignore-this: e28bc66c441cb72c41aff1bd8d0bf55e
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 02 Jun 2019 11:38:31 +0000 |
parents | 7fe81130b735 |
children | 157985a971dc |
line wrap: on
line source
{ "name": "light9", "version": "1.0.0", "repository": "...", "license": "MIT", "description": "Mini instructions:", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "@webcomponents/shadycss": "^1.3.1", "@webcomponents/webcomponentsjs": "^1.2.0", "bower": "^1.8.4", "browserify": "^16.2.3", "chai": "^3.5.0", "coffeelint": "^2.1.0", "coffeescript": "^2.3.0", "d3": "^5.1.0", "esmify": "^2.1.1", "lit-element": "^2.1.0", "lit-html": "^1.1.0", "mocha": "^2.5.3", "n3": "^1.0.0-alpha", "pixi.js": "^4.7.3", "significant-rounding": "^2.0.0", "tinycolor2": "^1.4.1" }, "devDependencies": { "mocha": "^2.5.3" }, "scripts": { "test": "mocha" } }