Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create package.json
  • Loading branch information
drm10001 committed Apr 13, 2020
1 parent b97a3e2 commit aa266c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
@@ -0,0 +1,15 @@
{
"name": "class10",
"version": "1.0.0",
"description": "Welcome to Class 10",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.uconn.edu/opim-3224/Class10.git"
},
"author": "",
"license": "ISC"
}

0 comments on commit aa266c1

Please sign in to comment.