FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Algorithm-in-JavaScript/package.json at master · rohan-paul/Algorithm-in-JavaScript · GitHub
rohan-paul
/
Algorithm-in-JavaScript
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
30
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Algorithm-in-JavaScript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
26 lines (26 loc) · 457 Bytes
Breadcrumbs
Algorithm-in-JavaScript
/
package.json
Copy path
File metadata and controls
executable file
·
26 lines (26 loc) · 457 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
algorithm-in-js
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
"
,
"main"
:
"
Readme.md
"
,
"scripts"
: {
"tdd"
:
"
ava **/*.js -w
"
,
"test"
:
"
ava **/*.js
"
},
"author"
:
"
Rohan Paul
"
,
"keywords"
: [
"
interview
"
,
"
coding
"
,
"
algorithms
"
],
"license"
:
"
ISC
"
,
"devDependencies"
: {
"babel-core"
:
"
^6.26.0
"
,
"chai"
:
"
^4.1.2
"
,
"mocha"
:
"
^4.0.1
"
,
"tape"
:
"
^4.8.0
"
},
"dependencies"
: {
"ava"
:
"
^0.25.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL