Skip to content

Commit eafd066

Browse files
committed
npm init
1 parent 6d52619 commit eafd066

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

+20
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)