-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 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
28
29
30
31
{
"name": "practical-guide-to-algorightms-in-js",
"version": "1.0.0",
"description": "eduarmreyes's JS solutions for practical guide to algorithms in js by Bianca in Frontend Masters",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eduarmreyes/practical-algorithms-in-js.git"
},
"keywords": [
"code",
"test"
],
"author": "eduarmreyes",
"license": "MIT",
"bugs": {
"url": "https://github.com/eduarmreyes/practical-algorithms-in-js/issues"
},
"homepage": "https://github.com/eduarmreyes/practical-algorithms-in-js#readme",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^5.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
}
}