diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/package.json b/package.json index 95d24476..56eb00a4 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,20 @@    },    "devDependencies": {      "grunt": "~0.4.2", -    "bower": "~1.2.2",      "grunt-bump": "~0.0.13",      "grunt-contrib-clean": "~0.5.0", -    "grunt-contrib-compress": "~0.5.2",      "grunt-contrib-connect": "~0.5.0", +    "grunt-contrib-compress": "~0.5.2",      "grunt-contrib-copy": "~0.4.1", +    "grunt-contrib-jshint": "~0.7.2", +    "grunt-ddescribe-iit": "~0.0.1", +    "grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code", +    "grunt-jscs-checker": "~0.3.2", +    "grunt-merge-conflict": "~0.0.1", +    "grunt-parallel": "~0.3.1", +    "grunt-shell": "~0.4.0", +    "load-grunt-tasks": "~0.3.0", +    "bower": "~1.2.2",      "jasmine-node": "~1.11.0",      "q": "~0.9.2",      "q-io": "~1.10.6", @@ -33,16 +41,10 @@      "yaml-js": "~0.0.8",      "marked": "0.2.9",      "rewire": "1.1.3", -    "grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code", -    "grunt-parallel": "~0.3.1", -    "grunt-ddescribe-iit": "~0.0.1", -    "grunt-merge-conflict": "~0.0.1",      "promises-aplus-tests": "~1.3.2", -    "grunt-shell": "~0.4.0",      "semver": "~2.1.0",      "lodash": "~2.1.0", -    "browserstacktunnel-wrapper": "~1.1.1", -    "grunt-jscs-checker": "~0.3.2" +    "browserstacktunnel-wrapper": "~1.1.1"    },    "licenses": [      { @@ -50,7 +52,5 @@        "url": "https://github.com/angular/angular.js/blob/master/LICENSE"      }    ], -  "dependencies": { -    "grunt-contrib-jshint": "~0.7.2" -  } +  "dependencies": {}  } | 
