ember-material-icons
Version:
Google Material icons for your ember-cli app
27 lines (26 loc) • 595 B
JSON
{
"name": "github-url-from-username-repo",
"version": "1.0.2",
"description": "Create urls from username/repo",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"mocha": "~1.13.0"
},
"repository": {
"type": "git",
"url": "git@github.com:robertkowalski/github-url-from-username-repo.git"
},
"author": "Robert Kowalski <rok@kowalski.gd>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/robertkowalski/github-url-from-username-repo/issues"
},
"keywords": [
"git",
"github",
"repo"
]
}