Skip to content

Commit

Permalink
update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jun 5, 2015
1 parent 7b34ddd commit a915c43
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
},
"license": "MIT",
"devDependencies": {
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.4.2",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.8.5",
"del": "^1.2.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.11.0",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.6",
"gulp-minify-css": "^0.3.10",
"gulp-minify-html": "^0.1.5",
"gulp-open": "^0.3.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "^1.0.3",
"gulp-open": "^0.3.2",
"gulp-order": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-mocha-reporter": "^0.3.1",
"mversion": "^1.6.0"
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jshint-stylish": "^2.0.0",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.5",
"karma-mocha-reporter": "^1.0.2",
"mversion": "^1.10.0"
},
"readme": "# Bower Publishable Angular Directive Boilerplate\n\nThis is a simple AngularJS directive boilerplate to help you start your own AngularJS directive and publish it in Bower and NPM.\nThis readme file itself is a boilerplate.\n\n#### Using the boilerplate\nClone the project and install dependencies, then use Gulp to start the prject.\n```shell\ngit clone [email protected]:mohsen1/angular-directive-boilerplate.git my-directive\ncd my-directive\nnpm install\nbower install\ngulp serve\n```\n#### Install via NPM or bower\n\n```shell\nnpm install angular-directive-boilerplate\n```\n```shell\nbower install angular-directive-boilerplate\n```\n\n### License\nMIT\n",
"readmeFilename": "README.md",
Expand Down

0 comments on commit a915c43

Please sign in to comment.