FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javascript-algorithms/package.json at master · 4db/javascript-algorithms · GitHub
4db
/
javascript-algorithms
Public
forked from
mgechev/javascript-algorithms
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
javascript-algorithms
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 805 Bytes
Breadcrumbs
javascript-algorithms
/
package.json
Copy path
File metadata and controls
31 lines (31 loc) · 805 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
27
28
29
30
31
{
"name"
:
"
javascript-algorithms
"
,
"version"
:
"
0.0.0
"
,
"description"
:
"
Implementations of different computer science algorithms
"
,
"main"
:
"
index.js
"
,
"directories"
: {
"test"
:
"
test
"
},
"devDependencies"
: {
"gulp"
:
"
^3.8.10
"
,
"gulp-jasmine"
:
"
^2.0.1
"
,
"gulp-jscs"
:
"
^1.4.0
"
,
"gulp-jshint"
:
"
^1.9.0
"
,
"gulp-shell"
:
"
^0.2.11
"
,
"jsdoc"
:
"
3.3.0-alpha13
"
,
"jshint-stylish"
:
"
^1.0.0
"
},
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/mgechev/javascript-algorithms
"
},
"author"
:
"
@mgechev
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/mgechev/javascript-algorithms/issues
"
},
"homepage"
:
"
https://github.com/mgechev/javascript-algorithms
"
}
Back
|
FazBrowse Home
|
New Git URL