ember-material-icons
Version:
Google Material icons for your ember-cli app
24 lines (23 loc) • 438 B
JSON
{
"name": "netrc",
"version": "0.1.4",
"description": "Parse netrc files",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/CamShaft/netrc.git"
},
"keywords": [
"netrc"
],
"author": "Cameron Bytheway <cameron@nujii.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.9.0"
}
}