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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index a2fdd90..15df528 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"author": "Chris Rebert <code@rebertia.com> (http://chrisrebert.com)",
"repository": {
"type": "git",
- "url": "https://github.com/twbs/grunt-css-flip.git"
+ "url": "git+https://github.com/twbs/grunt-css-flip.git"
},
"bugs": {
"url": "https://github.com/twbs/grunt-css-flip/issues"
@@ -20,19 +20,19 @@
"test": "grunt test"
},
"dependencies": {
- "css-flip": "~0.5.0"
+ "css-flip": "^0.5.0"
},
"devDependencies": {
- "grunt": "~0.4.5",
- "grunt-contrib-clean": "^0.6.0",
- "grunt-contrib-jshint": "^0.11.0",
- "grunt-contrib-nodeunit": "^0.4.1",
- "grunt-eslint": "^10.0.0",
- "grunt-jscs": "^1.5.0",
+ "grunt": "^0.4.5",
+ "grunt-contrib-clean": "^1.0.0",
+ "grunt-contrib-jshint": "^1.0.0",
+ "grunt-contrib-nodeunit": "^1.0.0",
+ "grunt-eslint": "^18.0.0",
+ "grunt-jscs": "^2.7.0",
"load-grunt-tasks": "^3.1.0"
},
"peerDependencies": {
- "grunt": "~0.4.3"
+ "grunt": ">=0.4.5"
},
"engines": {
"node": ">= 0.10.0"