Files
gulp-angular-cloak/package.json
Gilad Peleg 58e474f826 1.2.0
2014-11-13 00:24:58 +02:00

42 lines
825 B
JSON

{
"name": "gulp-angular-htmlify",
"version": "1.2.0",
"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",
"url": "http://giladpeleg.com"
},
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"watchTest": "mocha -R spec -w ./tests/*.js",
"test": "mocha -R spec ./tests/*.js"
},
"keywords": [
"gulpplugin",
"gulp",
"angular",
"w3c",
"validator",
"html5",
"data-ng",
"ng"
],
"dependencies": {
"angular-html5": "^1.2.0",
"gulp-util": "^3.0.1",
"through2": "^0.6.3"
},
"devDependencies": {
"mocha": "*"
}
}