Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/update-dependencies'
Browse files Browse the repository at this point in the history
* hotfix/update-dependencies:
  Updated dependencies
  • Loading branch information
kedano committed Dec 22, 2016
2 parents 6280e62 + c74fd27 commit 52ba730
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 20 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

A package with the required files for the it-services views.

## Required knowledge

This package require knowledge of the following technologies, technics and modules:

- [Javascript](https://en.wikipedia.org/wiki/JavaScript)
- [ES2015](https://en.wikipedia.org/wiki/ECMAScript#6th_Edition)
- [Babel](https://babeljs.io)
- [jQuery](https://jquery.com)
- [JSON](http://jsonapi.org)
- [CSS](https://en.wikipedia.org/wiki/Cascading_Style_Sheets)
- [Sass](http://sass-lang.com)
- [HTML](https://en.wikipedia.org/wiki/HTML)
- [Handlebars](http://handlebarsjs.com)
- [Bootstrap](http://getbootstrap.com)
- [Node.js](https://nodejs.org)
- [NPM](https://www.npmjs.com)
- [Grunt](http://gruntjs.com) and Grunt tasks (see `Gruntfile.js` for details)
- [Bower](http://bower.io)
- [SSH](https://en.wikipedia.org/wiki/Secure_Shell)
- [Git](https://git-scm.com)
- [Github](https://github.com)

## Copyright

This project is distributed under a GNU General Public License v3 - Take a look at the COPYING file for details.
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "feedback-form",
"version": "1.1.0",
"author": "HiØ, Kenneth Dahlstrøm <kenneth.dahlstrom@hiof.no>",
"version": "1.1.1",
"author": "HiØ, Kenneth Lindbeck-Dahlstrøm <kld@hiof.no>",
"repository": {
"type": "git",
"url": "https://github.com/hiof/feedbacl-form.git"
},
"contributors": [
{
"name": "Kenneth Dahlstrøm",
"email": "kenneth.dahlstrom@hiof.no"
"name": "Kenneth Lindbeck-Dahlstrøm",
"email": "kld@hiof.no"
}
],
"devDependencies": {
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.1.18",
"grunt": "^0.4.3",
"grunt-autoprefixer": "^0.7.2",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-handlebars": "^0.9.3",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-eslint": "^17.3.1",
"grunt-sass": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-sass": "^2.0.0",
"grunt-ssh": "^0.11.1",
"grunt-static-versioning": "^0.2.1",
"matchdep": "*",
"moment": "^2.10.3",
"moment": "^2.17.1",
"react-tools": "^0.13.3",
"time-grunt": "^0.3.1"
"time-grunt": "^1.4.0"
},
"dependencies": {
"bower": "1.3.9"
Expand Down

0 comments on commit 52ba730

Please sign in to comment.