grunt-blink1
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-blink1", | ||
"description": "Configures blink(1) inside your Gruntfile.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/shiwano/grunt-blink1", | ||
@@ -24,4 +24,3 @@ "author": { | ||
], | ||
"main": "grunt.js", | ||
"bin": "bin/grunt-blink1", | ||
"main": "Gruntfile.js", | ||
"engines": { | ||
@@ -34,4 +33,9 @@ "node": ">= 0.8.0" | ||
"devDependencies": { | ||
"grunt": "~0.3.17" | ||
"grunt": "~0.4.0", | ||
"grunt-contrib-jshint": "~0.4.3", | ||
"grunt-contrib-nodeunit": "~0.1.2" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.0" | ||
}, | ||
"keywords": [ | ||
@@ -41,3 +45,3 @@ "gruntplugin" | ||
"dependencies": { | ||
"node-blink1": "0.0.2", | ||
"node-blink1": "~0.0.3", | ||
"color": "~0.4.1", | ||
@@ -44,0 +48,0 @@ "async": "~0.1.22" |
@@ -29,3 +29,3 @@ # grunt-blink1 | ||
### Overview | ||
In your project's Gruntfile, add a section named `yaml` to the data object passed into `grunt.initConfig()`. | ||
In your project's Gruntfile, add a section named `blink1` to the data object passed into `grunt.initConfig()`. | ||
@@ -36,7 +36,7 @@ ```js | ||
your_target: { | ||
colors: ['red', 'black', 'green'] | ||
colors: ['red', '#000', 'rgb(0, 255, 0)'], | ||
turnOff: true, | ||
fadeMillis: 200 | ||
}, | ||
}, | ||
} | ||
} | ||
}) | ||
@@ -51,3 +51,3 @@ ``` | ||
Colors that is given to blink(1) for blink. [CSS color string](http://www.w3.org/TR/CSS21/syndata.html#color-units) is available. | ||
A value that is given to blink(1) for blink. [CSS color string](http://www.w3.org/TR/CSS21/syndata.html#color-units) is available. | ||
@@ -72,2 +72,18 @@ #### turnOff | ||
## Examples | ||
```js | ||
grunt.initConfig({ | ||
blink1: { | ||
green: { | ||
colors: 'green' | ||
}, | ||
red: { | ||
colors: 'red' | ||
} | ||
} | ||
}); | ||
grunt.registerTask('test', ['blink1:red', 'simplemocha', 'blink1:green']); | ||
``` | ||
## Contributing | ||
@@ -77,2 +93,3 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt][]. | ||
## Release History | ||
* 2013-04-14 v0.1.1 Support Node v0.10.x and Grunt v0.4.x. | ||
* 2012-12-29 v0.1.0 First release. | ||
@@ -79,0 +96,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7754
95
4
3
7
+ Addedabbrev@1.1.1(transitive)
+ Addedargparse@0.1.16(transitive)
+ Addedcoffee-script@1.3.3(transitive)
+ Addedcolors@0.6.2(transitive)
+ Addeddateformat@1.0.2-1.2.3(transitive)
+ Addedesprima@1.0.4(transitive)
+ Addedeventemitter2@0.4.14(transitive)
+ Addedexit@0.1.2(transitive)
+ Addedfindup-sync@0.1.3(transitive)
+ Addedgetobject@0.1.0(transitive)
+ Addedglob@3.1.213.2.11(transitive)
+ Addedgraceful-fs@1.2.3(transitive)
+ Addedgrunt@0.4.5(transitive)
+ Addedgrunt-legacy-log@0.1.3(transitive)
+ Addedgrunt-legacy-log-utils@0.1.1(transitive)
+ Addedgrunt-legacy-util@0.2.0(transitive)
+ Addedhooker@0.2.3(transitive)
+ Addediconv-lite@0.2.11(transitive)
+ Addedinherits@1.0.22.0.4(transitive)
+ Addedjs-yaml@2.0.5(transitive)
+ Addedlodash@0.9.22.4.2(transitive)
+ Addedlru-cache@2.7.3(transitive)
+ Addedminimatch@0.2.140.3.0(transitive)
+ Addednode-blink1@0.0.3(transitive)
+ Addednode-hid@0.2.3(transitive)
+ Addednopt@1.0.10(transitive)
+ Addedrimraf@2.2.8(transitive)
+ Addedsigmund@1.0.1(transitive)
+ Addedunderscore@1.7.0(transitive)
+ Addedunderscore.string@2.2.12.3.32.4.0(transitive)
+ Addedwhich@1.0.9(transitive)
- Removednode-blink1@0.0.2(transitive)
- Removednode-hid@0.1.1(transitive)
Updatednode-blink1@~0.0.3