Cleanup package.json

pull/84/head
Simen Bekkhus 9 years ago
parent 5acd77e6c9
commit de89a6e058

@ -13,10 +13,20 @@
"main": "./bowser.js",
"repository": {
"type": "git",
"url": "https://github.com/ded/bowser.git"
"url": "git+https://github.com/ded/bowser.git"
},
"devDependencies": {
"smoosh": "*",
"mocha": "*"
}
},
"bugs": {
"url": "https://github.com/ded/bowser/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"license": "MIT"
}

Loading…
Cancel
Save