From 9cc283d99729c8cc1382b661accf73e7c8c8a4a1 Mon Sep 17 00:00:00 2001 From: Stuart Yamartino Date: Wed, 2 Aug 2017 17:39:14 -0400 Subject: [PATCH] adding to npm --- License | 2 +- package.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/License b/License index 6a11be1..250cf2c 100644 --- a/License +++ b/License @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2016 Dockwa, Inc. +Copyright (c) 2017 Dockwa, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json new file mode 100644 index 0000000..1480faa --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "simple-cookie", + "version": "1.0.0", + "description": "A very simple, super lightweight javascript cookie class. ", + "main": "simple-cookie.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dockwa/simple-cookie.git" + }, + "keywords": [ + "cookie", + "simple", + "lightweight" + ], + "author": "Stuart Yamartino", + "license": "MIT", + "bugs": { + "url": "https://github.com/dockwa/simple-cookie/issues" + }, + "homepage": "https://github.com/dockwa/simple-cookie#readme" +}