annotate 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
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",
1572
9be85c08a69f fix bower and npm builds
Drew Perttula <drewp@bigasterisk.com>
parents: 1362
diff changeset
14 "bower": "^1.8.0",
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",
1706
e30493d458f9 more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents: 1703
diff changeset
17 "d3": "^5.1.0",
1703
b46f6977168b start pixijs on timeline
Drew Perttula <drewp@bigasterisk.com>
parents: 1572
diff changeset
18 "mocha": "^2.5.3",
1706
e30493d458f9 more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents: 1703
diff changeset
19 "n3": "^1.0.0-alpha",
1703
b46f6977168b start pixijs on timeline
Drew Perttula <drewp@bigasterisk.com>
parents: 1572
diff changeset
20 "pixi.js": "^4.7.3"
1362
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
21 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
22 "devDependencies": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
23 "mocha": "^2.5.3"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
24 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
25 "scripts": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
26 "test": "mocha"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
27 }
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
28 }