annotate package.json @ 1740:7cb53b510a6a

draw notes, colors. position adjusters better. Ignore-this: 1ccdb7109cfa67cc0486d9418b42be4e
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 18 May 2018 07:54:42 +0000
parents bd0c83b063df
children 3c997bc6d380
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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": {
1706
e30493d458f9 more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents: 1703
diff changeset
12 "@webcomponents/shadycss": "^1.1.3",
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",
1706
e30493d458f9 more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents: 1703
diff changeset
15 "browserify": "^16.2.0",
1362
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
16 "chai": "^3.5.0",
1713
bd0c83b063df bower, polymer, coffee updates
Drew Perttula <drewp@bigasterisk.com>
parents: 1706
diff changeset
17 "coffeescript": "^2.3.0",
1706
e30493d458f9 more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents: 1703
diff changeset
18 "d3": "^5.1.0",
1703
b46f6977168b start pixijs on timeline
Drew Perttula <drewp@bigasterisk.com>
parents: 1572
diff changeset
19 "mocha": "^2.5.3",
1706
e30493d458f9 more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents: 1703
diff changeset
20 "n3": "^1.0.0-alpha",
1740
7cb53b510a6a draw notes, colors. position adjusters better.
Drew Perttula <drewp@bigasterisk.com>
parents: 1713
diff changeset
21 "pixi.js": "^4.7.3",
7cb53b510a6a draw notes, colors. position adjusters better.
Drew Perttula <drewp@bigasterisk.com>
parents: 1713
diff changeset
22 "tinycolor2": "^1.4.1"
1362
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
23 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
24 "devDependencies": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
25 "mocha": "^2.5.3"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
26 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
27 "scripts": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
28 "test": "mocha"
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 }