Skip to content

Commit

Permalink
Adds package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Schultz committed Nov 12, 2019
1 parent 7873b0c commit b02b1e6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "zingchart-contants",
"version": "1.0.0",
"description": "ZingChart methods, events, and other constants",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zingchart/zingchart-constants.git"
},
"author": "Mike Schultz",
"license": "ISC",
"bugs": {
"url": "https://github.com/zingchart/zingchart-constants/issues"
},
"homepage": "https://github.com/zingchart/zingchart-constants#readme"
}

0 comments on commit b02b1e6

Please sign in to comment.