nuclear-router
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -11,2 +11,4 @@ 'use strict'; | ||
var state = state; | ||
// browsers only | ||
@@ -13,0 +15,0 @@ if (!window) return; |
{ | ||
"name": "nuclear-router", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Frontend router for nuclear.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node test/index.js" | ||
"test": "tape test/*.js" | ||
}, | ||
"repository":{ | ||
"repository": { | ||
"type": "git", | ||
@@ -23,4 +23,14 @@ "url": "https://github.com/foundersandcoders/nuclear-router" | ||
"devDependencies": { | ||
"observ": "^0.2.0" | ||
"observ": "^0.2.0", | ||
"browserify": "^11.0.0", | ||
"jquery-browserify": "^1.8.1", | ||
"jsdom": "^5.6.1", | ||
"nodemon": "^1.3.7", | ||
"nuclear.js": "0.0.3", | ||
"tape": "^4.0.1" | ||
}, | ||
"dependencies": { | ||
"path-to-regexp": "^1.2.0", | ||
"query-string": "^2.4.0" | ||
} | ||
} |
# nuclear-router | ||
Small routing system for nuclear | ||
Small routing system for [nuclear](https://github.com/foundersandcoders/nuclear). | ||
Nuclear-router has a really simple API and is really small. | ||
@@ -26,2 +27,2 @@ ### Example | ||
} | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7962
9
196
28
2
7
+ Addedpath-to-regexp@^1.2.0
+ Addedquery-string@^2.4.0
+ Addedisarray@0.0.1(transitive)
+ Addedpath-to-regexp@1.9.0(transitive)
+ Addedquery-string@2.4.2(transitive)
+ Addedstrict-uri-encode@1.1.0(transitive)