Mercurial > code > home > repos > light9
view package.json @ 1840:f64256c79d91
checkpoint show data
Ignore-this: 44d12f0dfd0de13a9e7af1152ad54b78
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Jun 2018 02:47:25 +0000 |
parents | 3c997bc6d380 |
children | 7fe81130b735 |
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.4", "browserify": "^16.2.0", "chai": "^3.5.0", "coffeelint": "^2.1.0", "coffeescript": "^2.3.0", "d3": "^5.1.0", "mocha": "^2.5.3", "n3": "^1.0.0-alpha", "pixi.js": "^4.7.3", "tinycolor2": "^1.4.1" }, "devDependencies": { "mocha": "^2.5.3" }, "scripts": { "test": "mocha" } }