|
1 | 1 | {
|
2 |
| - "name": "data-structures", |
| 2 | + "name": "javascript-algorithms", |
3 | 3 | "version": "1.0.0",
|
4 |
| - "description": "Data structures on JavaScript", |
| 4 | + "description": "Algorithms and data-structures implemented on JavaScript", |
5 | 5 | "main": "index.js",
|
6 | 6 | "scripts": {
|
7 | 7 | "lint": "eslint ./src/*",
|
|
11 | 11 | },
|
12 | 12 | "repository": {
|
13 | 13 | "type": "git",
|
14 |
| - "url": "git+https://github.com/trekhleb/data-structures.git" |
| 14 | + "url": "git+https://github.com/trekhleb/javascript-algorithms.git" |
15 | 15 | },
|
16 | 16 | "keywords": [
|
17 |
| - "computer science", |
| 17 | + "computer-science", |
18 | 18 | "cs",
|
19 | 19 | "algorithms",
|
20 |
| - "data structures" |
| 20 | + "data-structures", |
| 21 | + "javascript", |
| 22 | + "algorithm", |
| 23 | + "javascript-algorithms" |
21 | 24 | ],
|
22 | 25 | "author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)",
|
23 |
| - "license": "ISC", |
| 26 | + "license": "MIT", |
24 | 27 | "bugs": {
|
25 |
| - "url": "https://github.com/trekhleb/data-structures/issues" |
| 28 | + "url": "https://github.com/trekhleb/javascript-algorithms/issues" |
26 | 29 | },
|
27 |
| - "homepage": "https://github.com/trekhleb/data-structures#readme", |
| 30 | + "homepage": "https://github.com/trekhleb/javascript-algorithms#readme", |
28 | 31 | "devDependencies": {
|
29 |
| - "@types/jest": "^22.2.2", |
| 32 | + "@types/jest": "^22.2.3", |
30 | 33 | "babel-cli": "^6.26.0",
|
31 | 34 | "babel-preset-env": "^1.6.1",
|
32 |
| - "codecov": "^3.0.0", |
| 35 | + "codecov": "^3.0.1", |
33 | 36 | "eslint": "^4.19.1",
|
34 | 37 | "eslint-config-airbnb": "^16.1.0",
|
35 |
| - "eslint-plugin-import": "^2.9.0", |
36 |
| - "eslint-plugin-jest": "^21.15.0", |
| 38 | + "eslint-plugin-import": "^2.11.0", |
| 39 | + "eslint-plugin-jest": "^21.15.1", |
37 | 40 | "eslint-plugin-jsx-a11y": "^6.0.3",
|
38 | 41 | "eslint-plugin-react": "^7.7.0",
|
39 | 42 | "jest": "^22.4.3"
|
|
0 commit comments