Add repository info to package.json

- Closes #36
main
Mike Fix 7 years ago committed by Jake Dexheimer
parent 26ea4615f7
commit 05a19ca0e8

@ -34,7 +34,9 @@
"react-spinner": "^0.2.7", "react-spinner": "^0.2.7",
"react-syntax-highlight": "^0.0.6", "react-syntax-highlight": "^0.0.6",
"tohash": "^1.0.2", "tohash": "^1.0.2",
"twitter": "^1.7.1", "twitter": "^1.7.1"
},
"devDependencies": {
"uglifyjs-webpack-plugin": "1.0.0-beta.1" "uglifyjs-webpack-plugin": "1.0.0-beta.1"
}, },
"now": { "now": {
@ -45,5 +47,18 @@
"TWITTER_ACCESS_TOKEN_SECRET": "@twitter-access-token-secret" "TWITTER_ACCESS_TOKEN_SECRET": "@twitter-access-token-secret"
} }
}, },
"devDependencies": {} "description": "<p align=\"center\"><img width=30% src=\"https://user-images.githubusercontent.com/10369094/30791447-5cd614e4-a167-11e7-8b9d-a3b77ae7cc40.png\"></p>",
"repository": {
"type": "git",
"url": "git+https://github.com/dawnlabs/carbon.git"
},
"authors": [
"Mike Fix",
"Brian Dennis",
"Jake Dexheimer"
],
"bugs": {
"url": "https://github.com/dawnlabs/carbon/issues"
},
"homepage": "https://dawnlabs.io/carbon"
} }

Loading…
Cancel
Save