Mercurial > code > home > repos > light9
annotate package.json @ 1945:157985a971dc
non-working WIP for vidref web
Ignore-this: e4be7b5961222bedb5ffe53c46388b3
author | drewp@bigasterisk.com |
---|---|
date | Wed, 05 Jun 2019 05:29:06 +0000 |
parents | 5acdf209394d |
children | 224c4a1625d7 |
rev | line source |
---|---|
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 "name": "light9", |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 "version": "1.0.0", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
4 "repository": "...", |
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
5 "license": "MIT", |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 "description": "Mini instructions:", |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 "main": "index.js", |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 "directories": { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 "test": "test" |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
10 }, |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
11 "dependencies": { |
1935
5acdf209394d
start live stats displayer on home page
Drew Perttula <drewp@bigasterisk.com>
parents:
1901
diff
changeset
|
12 "@webcomponents/shadycss": "^1.3.1", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
13 "@webcomponents/webcomponentsjs": "^1.2.0", |
1713
bd0c83b063df
bower, polymer, coffee updates
Drew Perttula <drewp@bigasterisk.com>
parents:
1706
diff
changeset
|
14 "bower": "^1.8.4", |
1901
7fe81130b735
move web logging to https://github.com/visionmedia/debug/ so it can have channels that can be turned off
Drew Perttula <drewp@bigasterisk.com>
parents:
1753
diff
changeset
|
15 "browserify": "^16.2.3", |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
16 "chai": "^3.5.0", |
1945 | 17 "cjs-to-es6": "^1.1.1", |
1753
3c997bc6d380
fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
1740
diff
changeset
|
18 "coffeelint": "^2.1.0", |
1713
bd0c83b063df
bower, polymer, coffee updates
Drew Perttula <drewp@bigasterisk.com>
parents:
1706
diff
changeset
|
19 "coffeescript": "^2.3.0", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
20 "d3": "^5.1.0", |
1935
5acdf209394d
start live stats displayer on home page
Drew Perttula <drewp@bigasterisk.com>
parents:
1901
diff
changeset
|
21 "esmify": "^2.1.1", |
5acdf209394d
start live stats displayer on home page
Drew Perttula <drewp@bigasterisk.com>
parents:
1901
diff
changeset
|
22 "lit-element": "^2.1.0", |
5acdf209394d
start live stats displayer on home page
Drew Perttula <drewp@bigasterisk.com>
parents:
1901
diff
changeset
|
23 "lit-html": "^1.1.0", |
1703
b46f6977168b
start pixijs on timeline
Drew Perttula <drewp@bigasterisk.com>
parents:
1572
diff
changeset
|
24 "mocha": "^2.5.3", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
25 "n3": "^1.0.0-alpha", |
1740
7cb53b510a6a
draw notes, colors. position adjusters better.
Drew Perttula <drewp@bigasterisk.com>
parents:
1713
diff
changeset
|
26 "pixi.js": "^4.7.3", |
1935
5acdf209394d
start live stats displayer on home page
Drew Perttula <drewp@bigasterisk.com>
parents:
1901
diff
changeset
|
27 "significant-rounding": "^2.0.0", |
1740
7cb53b510a6a
draw notes, colors. position adjusters better.
Drew Perttula <drewp@bigasterisk.com>
parents:
1713
diff
changeset
|
28 "tinycolor2": "^1.4.1" |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
29 }, |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
30 "devDependencies": { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
31 "mocha": "^2.5.3" |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
32 }, |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
33 "scripts": { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
34 "test": "mocha" |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
35 } |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
36 } |