Skip to content

Commit

Permalink
adding to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Aug 2, 2017
1 parent 0c58644 commit 9cc283d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion License
Original file line number Diff line number Diff line change
@@ -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
Expand Down
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9cc283d

Please sign in to comment.