annotate package.json @ 1703:b46f6977168b

start pixijs on timeline Ignore-this: 51ad366ddfeae2af2b621d714ff1f9c1
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 29 Apr 2018 12:22:36 +0000
parents 9be85c08a69f
children e30493d458f9
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",
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
4 "description": "Mini instructions:",
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
5 "main": "index.js",
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
6 "directories": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
7 "test": "test"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
8 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
9 "dependencies": {
1572
9be85c08a69f fix bower and npm builds
Drew Perttula <drewp@bigasterisk.com>
parents: 1362
diff changeset
10 "bower": "^1.8.0",
1362
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
11 "chai": "^3.5.0",
1703
b46f6977168b start pixijs on timeline
Drew Perttula <drewp@bigasterisk.com>
parents: 1572
diff changeset
12 "mocha": "^2.5.3",
b46f6977168b start pixijs on timeline
Drew Perttula <drewp@bigasterisk.com>
parents: 1572
diff changeset
13 "pixi.js": "^4.7.3"
1362
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
14 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
15 "devDependencies": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
16 "mocha": "^2.5.3"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
17 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
18 "scripts": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
19 "test": "mocha"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
20 }
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
21 }