Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "mixpanel", | ||
"description": "A simple API for mixpanel", | ||
"description": "A simple server-side API for mixpanel", | ||
"keywords": [ | ||
@@ -10,3 +10,3 @@ "mixpanel", | ||
], | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/mixpanel/mixpanel-node", | ||
@@ -13,0 +13,0 @@ "author": "Carl Sverre", |
@@ -5,3 +5,4 @@ Mixpanel-node | ||
This library provides many of the features in the official javascript mixpanel library. It is easy to use, and fully async. | ||
This library provides many of the features in the official JavaScript mixpanel library. It is easy to use, and fully async. It is intended to be used on the server (it is not a client module). The in-browser client library is available | ||
at [https://github.com/mixpanel/mixpanel-js](https://github.com/mixpanel/mixpanel-js). | ||
@@ -123,3 +124,4 @@ Installation | ||
Copyright (c) 2012 Carl Sverre | ||
Copyright (c) 2014-15 Mixpanel | ||
Original Library Copyright (c) 2012-14 Carl Sverre | ||
@@ -126,0 +128,0 @@ Contributions from: |
61146
146