Files
gulp-angular-cloak/package.json
Gilad Peleg dce0cd5c01 0.2.0
2014-06-04 20:54:46 +03:00

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