diff --git a/README.md b/README.md index afb74e9..a4fff2e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,19 @@ Memory-backed storage that implements the [Web Storage API](http://www.w3.org/TR/webstorage/), making it a drop-in replacement for `localStorage` and `sessionStorage` in environments where these are not available. [Project website](http://download.github.io/memorystorage) +[![npm](https://img.shields.io/npm/v/memorystorage.svg?maxAge=2592000)](https://npmjs.com/package/memorystorage) +[![license](https://img.shields.io/npm/l/memorystorage.svg)](https://creativecommons.org/licenses/by/4.0/) +[![travis](https://img.shields.io/travis/Download/memorystorage.svg)](https://travis-ci.org/Download/memorystorage) +[![greenkeeper](https://img.shields.io/david/Download/memorystorage.svg?maxAge=2592000)](https://greenkeeper.io/) +![mind BLOWN](https://img.shields.io/badge/mind-BLOWN-ff69b4.svg) + +. + +![logo](https://rawgit.com/download/memorystorage/0.11.0/memorystorage.png) + +. + + ## Installation **For Node** ```sh diff --git a/memorystorage.png b/memorystorage.png new file mode 100644 index 0000000..e5c2350 Binary files /dev/null and b/memorystorage.png differ diff --git a/package.json b/package.json index 2e891b4..18012f1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,8 @@ "grunt": "^0.4.5", "grunt-contrib-uglify": "~0.6.0", "grunt-umd": "^2.3.3", - "load-grunt-tasks": "~1.0.0" + "load-grunt-tasks": "~1.0.0", + "node-qunit-phantomjs": "^1.4.0" }, "dependencies": {}, "scripts": {