Skip to content

Commit b28cbe7

Browse files
author
Andy Fang
committed
published to npm
1 parent 4bf4c3e commit b28cbe7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "computer-science-in-javascript",
3+
"version": "1.0.0",
4+
"description": "Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript.",
5+
"main": "README.md",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/nzakas/computer-science-in-javascript.git"
12+
},
13+
"keywords": [
14+
"cs",
15+
"algorithms",
16+
"data",
17+
"structures"
18+
],
19+
"author": "nzakas",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/nzakas/computer-science-in-javascript/issues"
23+
},
24+
"homepage": "https://github.com/nzakas/computer-science-in-javascript#readme"
25+
}

0 commit comments

Comments
 (0)