Skip to content

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed May 4, 2017
1 parent 6180cc1 commit d3bd5bb
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,18 @@
{
"name": "randomcolor",
"version": "0.5.1",
"version": "0.5.2",
"description": "For generating attractive random colors",
"main": "randomColor.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/davidmerfield/randomColor.git"
},
"keywords": [
"attractive",
"random",
"color",
"generator"
],
"keywords": ["attractive", "random", "color", "generator"],
"author": "David Merfield",
"license": "CC0",
"bugs": {
"url": "https://github.com/davidmerfield/randomColor/issues"
},
"bugs": {"url": "https://github.com/davidmerfield/randomColor/issues"},
"homepage": "http://llllll.li/randomColor/",
"spm": {
"main": "randomColor.js"
},
"spm": {"main": "randomColor.js"},
"devDependencies": {
"cheerio": "^0.19.0",
"highlight": "^0.2.3",
Expand Down

0 comments on commit d3bd5bb

Please sign in to comment.