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

Merge pull request #84 from SimenB/cleanup-package.json

Cleanup package.json
This commit is contained in:
Dustin Diaz 2015-05-04 16:46:36 -07:00
commit d4a3c1f50f

View File

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