annotate package.json @ 1362:168262618f2d

new test_js target for testing SyncedGraph Ignore-this: fda788c5e8f5cf1190eb383e1cf2b1ad
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 05 Jun 2016 22:41:04 +0000
parents
children 9be85c08a69f
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": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
10 "chai": "^3.5.0",
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
11 "mocha": "^2.5.3"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
12 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
13 "devDependencies": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
14 "mocha": "^2.5.3"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
15 },
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
16 "scripts": {
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
17 "test": "mocha"
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
18 }
168262618f2d new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
19 }