deploy1 7 年之前
父节点
当前提交
26cd981b9c
共有 1 个文件被更改,包括 25 次插入20 次删除
  1. 25 20
      package.json

+ 25 - 20
package.json

@@ -1,21 +1,26 @@
 {
-  "name": "buffa",
-  "version": "1.0.1",
-  "description": "",
-  "main": "index.js",
-  "directories": {
-    "test": "test"
-  },
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "repository": {
-    "type": "git",
-    "url": "ssh://git@git.tum.dk/tum.dk/buffa.git"
-  },
-  "author": "",
-  "license": "ISC",
-  "dependencies": {
-"bs58": "^4.0.1"
-  }
-}
+    "name": "buffa",
+    "version": "1.0.1",
+    "description": "",
+    "main": "index.js",
+    "directories": {
+        "test": "test"
+    },
+    "scripts": {
+        "test": "mocha"
+    },
+    "repository": {
+        "type": "git",
+        "url": "ssh://git@git.tum.dk/tum.dk/buffa.git"
+    },
+    "author": "",
+    "license": "ISC",
+    "dependencies": {
+        "bs58": "^4.0.1"
+    },
+    "devDependencies": {
+        "mocha": "*",
+        "should": "*",
+        "expect.js": "^0.3.1"
+    },
+}