Mercurial > code > home > repos > light9
view package.json @ 1706:e30493d458f9
more npm setup. n3 upgraded but code is not, yet
Ignore-this: f2c1fdfef218cedc322e03d3784d1123
author | drewp@bigasterisk.com |
---|---|
date | Mon, 30 Apr 2018 06:37:19 +0000 |
parents | b46f6977168b |
children | bd0c83b063df |
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.1.3", "@webcomponents/webcomponentsjs": "^1.2.0", "bower": "^1.8.0", "browserify": "^16.2.0", "chai": "^3.5.0", "d3": "^5.1.0", "mocha": "^2.5.3", "n3": "^1.0.0-alpha", "pixi.js": "^4.7.3" }, "devDependencies": { "mocha": "^2.5.3" }, "scripts": { "test": "mocha" } }