We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d608c19 commit f23b4ddCopy full SHA for f23b4dd
package.json
@@ -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