Skip to content

Commit

Permalink
add nsp to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimserafim committed Apr 11, 2016
1 parent d92827c commit c94c63b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-web-token",
"version": "2.0.1",
"version": "2.0.2",
"description": "JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,7 @@
"istanbul": "^0.4.3",
"jscs": "^2.11.0",
"jshint": "^2.9.1",
"nsp": "^2.3.0",
"plato": "^1.5.0",
"pre-commit": "^1.1.2",
"tap-spec": "^4.1.1",
Expand Down

0 comments on commit c94c63b

Please sign in to comment.