mirror of
https://github.com/HackPlan/gulp-angular-cloak.git
synced 2026-01-12 17:02:35 +08:00
update deps
This commit is contained in:
13
.npmignore
13
.npmignore
@@ -1,13 +0,0 @@
|
||||
.DS_Store
|
||||
.editorconfig
|
||||
.git*
|
||||
.idea/
|
||||
.jshintrc
|
||||
.npmignore
|
||||
.travis.yml
|
||||
fixtures/
|
||||
gulpfile.js
|
||||
license.md
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
test.js
|
||||
82
package.json
82
package.json
@@ -1,41 +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",
|
||||
"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": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"gulp-util": "^2.2.14",
|
||||
"through2": "^0.4.1"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user