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:
commit
d4a3c1f50f
14
package.json
14
package.json
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user