mirror of
https://github.com/amark/gun.git
synced 2025-06-07 06:36:46 +00:00
fixed package.json
This commit is contained in:
parent
e658997811
commit
64aed10fb8
@ -3,4 +3,5 @@ node_js:
|
|||||||
- 0.6
|
- 0.6
|
||||||
- 0.8
|
- 0.8
|
||||||
- 0.10
|
- 0.10
|
||||||
- 0.11
|
- 0.11
|
||||||
|
- 0.12
|
@ -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>
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user