-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
145 additions
and
145 deletions.
There are no files selected for viewing
58 changes: 29 additions & 29 deletions
58
JavaScript-UI-and-DOM/07. DOM Operations/homework/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "^3.0.3", | ||
"jquery": "^2.1.4", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "latest", | ||
"jquery": "latest", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} |
58 changes: 29 additions & 29 deletions
58
JavaScript-UI-and-DOM/08. Event Model/homework/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "^3.0.3", | ||
"jquery": "^2.1.4", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "latest", | ||
"jquery": "latest", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} |
58 changes: 29 additions & 29 deletions
58
JavaScript-UI-and-DOM/09. jQuery Overview/homework/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "^3.0.3", | ||
"jquery": "^2.1.4", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "latest", | ||
"jquery": "latest", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} |
58 changes: 29 additions & 29 deletions
58
JavaScript-UI-and-DOM/10. jQuery Plugins/homework/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "^3.0.3", | ||
"jquery": "^2.1.4", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "latest", | ||
"jquery": "latest", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} |
58 changes: 29 additions & 29 deletions
58
JavaScript-UI-and-DOM/11. HTML Templates/homework/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "^3.0.3", | ||
"jquery": "^2.1.4", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} | ||
"name": "dom-and-jquery-tests-with-mocha", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "iojs node_modules/mocha/bin/mocha tests/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha/issues" | ||
}, | ||
"homepage": "https://github.com/Minkov/DOM-and-jQuery-tests-with-Mocha", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"chai": "^3.2.0", | ||
"handlebars": "latest", | ||
"jquery": "latest", | ||
"jsdom": "^5.6.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} |