mirror of
https://github.com/HackPlan/gulp-angular-cloak.git
synced 2026-01-12 22:44:20 +08:00
48 lines
999 B
JSON
48 lines
999 B
JSON
{
|
|
"name": "gulp-angular-htmlify",
|
|
"description": "Change your ng-attributes to data-ng-attributes for html5 validation",
|
|
"version": "0.2.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": {
|
|
"gulp-util": "^2.2.16",
|
|
"mocha": "^1.20.1"
|
|
},
|
|
"dependencies": {
|
|
"angular-html5": "^0.1.1",
|
|
"gulp-util": "^2.2.14",
|
|
"through2": "^0.5.1"
|
|
}
|
|
}
|