We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d52619 commit eafd066Copy full SHA for eafd066
package.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "todo-test",
3
+ "version": "1.0.0",
4
+ "description": "Testing todo project",
5
+ "main": "dom.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/ybird21/todo-test.git"
12
13
+ "keywords": [],
14
+ "author": "",
15
+ "license": "ISC",
16
+ "bugs": {
17
+ "url": "https://github.com/ybird21/todo-test/issues"
18
19
+ "homepage": "https://github.com/ybird21/todo-test#readme"
20
+}
0 commit comments