1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Cleanup package.json

This commit is contained in:
Simen Bekkhus 2015-05-03 13:14:06 +02:00
parent 5acd77e6c9
commit de89a6e058

View File

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