forked from rohan-paul/Awesome-JavaScript-Interviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 1.12 KB
/
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
32
33
34
35
36
37
38
39
40
{
"name": "curated-list-for-javascript-interviews",
"version": "1.0.0",
"description": "**A curated list of resources for JavaScript Interviews**",
"main": "random-code-1.js",
"dependencies": {
"axios": "^0.19.2",
"es6-promise": "^4.2.5",
"https": "^1.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash.flatten": "^4.4.0",
"lodash.map": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.orderby": "^4.6.0",
"lodash.partialright": "^4.2.1",
"lodash.pick": "^4.4.0",
"lodash.sortby": "^4.7.0",
"moment": "^2.22.2",
"request": "^2.88.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohan-paul/Awesome-JavaScript-Interviews.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohan-paul/Awesome-JavaScript-Interviews/issues"
},
"homepage": "https://github.com/rohan-paul/Awesome-JavaScript-Interviews#readme",
"dependencies": {
"axios": "^0.18.0",
"immutability-helper": "^2.7.1",
"lodash": "^4.17.15",
"request": "^2.87.0"
}
}