This commit is contained in:
Gilad Peleg
2014-05-30 01:59:05 +03:00
parent e4715a076c
commit f381bbd98c

View File

@@ -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"
}
}