forked from HackYourFuture/JavaScript3_examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "javascript3_examples",
"version": "1.0.0",
"description": "- [Week 1](./src/week1/README.md) - [Week 2](./src/week2/README.md) - [Week 3](./src/week3/README.md) - [functions](./src/functions/README.md) - [this, call, apply, bind, new](./src/this-call-bind/README.md)",
"main": "prettier.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackYourFuture/JavaScript3_examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HackYourFuture/JavaScript3_examples/issues"
},
"homepage": "https://github.com/HackYourFuture/JavaScript3_examples#readme",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
}
}