Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "sserver", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Quick and Dirty Static Server", | ||
"main": "index.js", | ||
"main": "server.js", | ||
"bin": { | ||
@@ -12,8 +12,21 @@ "sserver": "./server.js" | ||
}, | ||
"keywords": [ | ||
"static", | ||
"server", | ||
"quick", | ||
"dirty" | ||
], | ||
"author": "Jose Luis Rivas <me@ghostbar.co>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ghostbar/sserver" | ||
}, | ||
"dependencies": { | ||
"connect-modrewrite": "~0.5.11", | ||
"express": "~3.4.8" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.21" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3471
3