Skip to content

Commit

Permalink
updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skratchdot committed Aug 19, 2015
1 parent f8226bb commit fa7b923
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions package.json
@@ -1,62 +1,62 @@
{ {
"name": "color-harmony", "name": "color-harmony",
"description": "Create color scales by rotating hue", "description": "Create color scales by rotating hue",
"version": "0.2.0", "version": "0.3.0",
"homepage": "https://github.com/skratchdot/color-harmony", "homepage": "https://github.com/skratchdot/color-harmony",
"author": { "author": {
"name": "skratchdot", "name": "skratchdot",
"email": "git@skratchdot.com" "email": "git@skratchdot.com"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/skratchdot/color-harmony.git" "url": "git://github.com/skratchdot/color-harmony.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/skratchdot/color-harmony/issues" "url": "https://github.com/skratchdot/color-harmony/issues"
}, },
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "MIT",
"url": "https://github.com/skratchdot/color-harmony/blob/master/LICENSE-MIT" "url": "https://github.com/skratchdot/color-harmony/blob/master/LICENSE-MIT"
} }
], ],
"main": "lib/color-harmony", "main": "lib/color-harmony",
"engines": { "engines": {
"node": ">= 0.8.0" "node": ">= 0.8.0"
}, },
"scripts": { "scripts": {
"test": "gulp test" "test": "gulp test"
}, },
"dependencies": { "dependencies": {
"onecolor": "^2.4.0" "onecolor": "^2.5.0"
}, },
"devDependencies": { "devDependencies": {
"gulp": "^3.8.1", "gulp": "^3.9.0",
"gulp-jshint": "^1.6.3", "gulp-jshint": "^1.11.2",
"gulp-nodeunit": "0.0.5" "gulp-nodeunit": "0.0.5"
}, },
"keywords": [ "keywords": [
"color", "color",
"colour", "colour",
"theory", "theory",
"harmony", "harmony",
"harmonies", "harmonies",
"schemes", "schemes",
"scales", "scales",
"shades", "shades",
"tints", "tints",
"tones", "tones",
"analogous", "analogous",
"complementary", "complementary",
"triadic", "triadic",
"tetradic", "tetradic",
"rgb", "rgb",
"rgba", "rgba",
"hsl", "hsl",
"hsla", "hsla",
"hsv", "hsv",
"hsva", "hsva",
"cmyk", "cmyk",
"xyz" "xyz"
] ]
} }

0 comments on commit fa7b923

Please sign in to comment.