fixed package.json

This commit is contained in:
Mark Nadal 2015-06-22 15:38:42 -07:00
parent e658997811
commit 64aed10fb8
3 changed files with 4 additions and 3 deletions

View File

@ -4,3 +4,4 @@ node_js:
- 0.8 - 0.8
- 0.10 - 0.10
- 0.11 - 0.11
- 0.12

View File

@ -11,6 +11,6 @@
</style> </style>
<a href="/todo/index.html"><iframe src="/todo/index.html"></iframe></a> <a href="/todo/index.html"><iframe src="/todo/index.html"></iframe></a>
<a href="/json/index.html"><iframe src="/json/index.html"></iframe></a> <a href="/json/index.html"><iframe src="/json/index.html"></iframe></a>
<script src="../../gun.js"></script> <script src="../gun.js"></script>
</body> </body>
</html> </html>

View File

@ -2,7 +2,7 @@
"name": "gun", "name": "gun",
"version": "0.2.0", "version": "0.2.0",
"description": "Graph engine", "description": "Graph engine",
"main": "gun.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node examples/http.js 8080", "start": "node examples/http.js 8080",
"test": "mocha" "test": "mocha"