diff --git a/package.json b/package.json new file mode 100644 index 0000000..3827f58 --- /dev/null +++ b/package.json @@ -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" +}