mirror of
https://github.com/HackPlan/gulp-angular-cloak.git
synced 2026-01-12 22:44:20 +08:00
42 lines
825 B
JSON
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": "*"
|
|
}
|
|
}
|