mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Cleanup package.json
This commit is contained in:
parent
5acd77e6c9
commit
de89a6e058
14
package.json
14
package.json
@ -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…
Reference in New Issue
Block a user