Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-03-10 02:51:52 +0400
committerChris Rebert <github@rebertia.com>2014-03-10 02:51:52 +0400
commit7d2c909c7485cd1f0cc9a628c91be2d28b89be19 (patch)
tree929c0cb16dfcb38b18e651ddeff7bcaa577e6271
parentd8668f38ed9d5ed7fae83e8c21ef3506b67b2dc9 (diff)
parent8b12305c0590450aebf00cd2458f7eb20a1d853d (diff)
Merge pull request #3 from twbs/package.json
Update package.json.
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index 4f3e1bc..900627a 100644
--- a/package.json
+++ b/package.json
@@ -3,14 +3,10 @@
"description": "Grunt plugin for Twitter's css-flip",
"version": "0.1.0",
"homepage": "https://github.com/twbs/grunt-css-flip",
- "author": {
- "name": "Chris Rebert",
- "email": "code@rebertia.com",
- "url": "http://chrisrebert.com"
- },
+ "author": "Chris Rebert <code@rebertia.com> (http://chrisrebert.com)",
"repository": {
"type": "git",
- "url": "git://github.com/twbs/grunt-css-flip.git"
+ "url": "https://github.com/twbs/grunt-css-flip.git"
},
"bugs": {
"url": "https://github.com/twbs/grunt-css-flip/issues"
@@ -21,12 +17,16 @@
"url": "https://github.com/twbs/grunt-css-flip/blob/master/LICENSE"
}
],
- "engines": {
- "node": ">= 0.10.0"
- },
+ "files": [
+ "tasks",
+ "LICENSE"
+ ],
"scripts": {
"test": "grunt test"
},
+ "dependencies": {
+ "css-flip": "~0.3.0"
+ },
"devDependencies": {
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-clean": "^0.4.0",
@@ -38,6 +38,9 @@
"peerDependencies": {
"grunt": "~0.4.2"
},
+ "engines": {
+ "node": ">= 0.10.0"
+ },
"keywords": [
"gruntplugin",
"grunt",
@@ -45,8 +48,5 @@
"flip",
"bidi",
"rtl"
- ],
- "dependencies": {
- "css-flip": "~0.3.0"
- }
+ ]
}