diff --git a/package.json b/package.json index 3f3113e..6cc92d2 100644 --- a/package.json +++ b/package.json @@ -1,45 +1,45 @@ { - "name": "gulp-angular-htmlify", - "description": "Change your ng-attributes to data-ng-attributes for html5 validation", - "version": "0.0.8", - "engines": { - "node": ">=0.10.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/pgilad/gulp-angular-htmlify" - }, - "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 --watch", - "test": "mocha" - }, - "keywords": [ - "gulpplugin", - "gulp", - "angular", - "w3c", - "validator", - "html5", - "data-ng", - "ng" - ], - "author": { - "name": "Gilad Peleg", - "email": "giladp007@gmail.com" - }, - "license": "MIT", - "devDependencies": { - "mocha": "^1.20.0" - }, - "dependencies": { - "gulp-util": "^2.2.14", - "through2": "^0.4.2" - } + "name": "gulp-angular-htmlify", + "description": "Change your ng-attributes to data-ng-attributes for html5 validation", + "version": "0.1.0", + "engines": { + "node": ">=0.10.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/pgilad/gulp-angular-htmlify" + }, + "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 --watch", + "test": "mocha" + }, + "keywords": [ + "gulpplugin", + "gulp", + "angular", + "w3c", + "validator", + "html5", + "data-ng", + "ng" + ], + "author": { + "name": "Gilad Peleg", + "email": "giladp007@gmail.com" + }, + "license": "MIT", + "devDependencies": { + "mocha": "^1.20.0" + }, + "dependencies": { + "gulp-util": "^2.2.14", + "through2": "^0.4.2" + } }