Comparing version 0.4.1 to 0.4.2
{ "name": "slug" | ||
, "description": "slugifies even utf-8 chars!" | ||
, "version": "0.4.1" | ||
, "version": "0.4.2" | ||
, "homepage": "https://github.com/dodo/node-slug" | ||
@@ -11,9 +11,9 @@ , "author": "dodo (https://github.com/dodo)" | ||
, "scripts": { | ||
"test": "./node_modules/.bin/mocha ./test/*.test.* --require should --reporter spec --colors"} | ||
"test": "./node_modules/.bin/mocha ./test/*.test.* --require should --reporter spec --colors --compilers coffee:coffee-script/register"} | ||
, "dependencies": { | ||
"unicode": ">= 0.3.1"} | ||
, "devDependencies": { | ||
"mocha": "0.3.3", | ||
"should": "0.3.2", | ||
"coffee-script": ">= 1.1.2"} | ||
"mocha": "~1.17.1", | ||
"should": "~3.1.2", | ||
"coffee-script": "~1.7.1"} | ||
, "licenses" : [ | ||
@@ -20,0 +20,0 @@ { "type": "MIT" , |
22894