Skip to content

Commit f23b4dd

Browse files
author
Isaac Ramirez
committed
Initialize as NPM package.
1 parent d608c19 commit f23b4dd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "cracking-the-coding-interview-book",
3+
"version": "1.0.0",
4+
"description": "Personal notes & code for the book Cracking the Coding Interview (6th edition) by Gayle Laakmann McDowell.",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/iramirezc-learning/cracking-the-coding-interview-book.git"
11+
},
12+
"author": "Isaac Ramirez <[email protected]>",
13+
"license": "ISC",
14+
"bugs": {
15+
"url": "https://github.com/iramirezc-learning/cracking-the-coding-interview-book/issues"
16+
},
17+
"homepage": "https://github.com/iramirezc-learning/cracking-the-coding-interview-book#readme"
18+
}

0 commit comments

Comments
 (0)