diff --git a/package.json b/package.json new file mode 100644 index 0000000..422256c --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "unip.style", + "version": "1.0.0", + "description": "", + "main": "index.js", + "keywords": [], + "author": "", + "license": "ISC", + "repository": { + "type": "git", + "url": "https://git.faronear.org/npm/unip.style" + } + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + },}