update deps and package.json

This commit is contained in:
Gilad Peleg
2014-10-27 18:27:20 +02:00
parent 066a8bcb02
commit 8eb78466b6
2 changed files with 12 additions and 14 deletions

View File

View File

@@ -1,22 +1,21 @@
{
"name": "gulp-angular-htmlify",
"description": "Change your ng-attributes to data-ng-attributes for HTML5 validation",
"version": "0.5.2",
"description": "Change your ng-attributes to data-ng-attributes for HTML5 validation",
"repository": "pgilad/gulp-angular-htmlify",
"license": "MIT",
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com"
"email": "giladp007@gmail.com",
"url": "http://giladpeleg.com"
},
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/pgilad/gulp-angular-htmlify",
"bugs": "https://github.com/pgilad/gulp-angular-htmlify/issues",
"main": "index.js",
"files": [
"index.js",
"license.md"
],
"scripts": {
"watchTest": "mocha -R spec -w ./tests/*.js",
"test": "mocha -R spec ./tests/*.js"
@@ -31,13 +30,12 @@
"data-ng",
"ng"
],
"license": "MIT",
"devDependencies": {
"mocha": "*"
},
"dependencies": {
"angular-html5": "^0.3.0",
"angular-html5": "^1.0.0",
"gulp-util": "^3.0.1",
"through2": "^0.6.3"
},
"devDependencies": {
"mocha": "*"
}
}