From 8eb78466b6a3c8e4566b382c109e43b673d45323 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Mon, 27 Oct 2014 18:27:20 +0200 Subject: [PATCH] update deps and package.json --- license.md => LICENSE | 0 package.json | 26 ++++++++++++-------------- 2 files changed, 12 insertions(+), 14 deletions(-) rename license.md => LICENSE (100%) diff --git a/license.md b/LICENSE similarity index 100% rename from license.md rename to LICENSE diff --git a/package.json b/package.json index 884f4e4..de11164 100644 --- a/package.json +++ b/package.json @@ -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": "*" } }