@@ -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"
+}