Comparing version 0.0.1-a to 0.0.2-a
@@ -51,7 +51,7 @@ /** | ||
staticFilepath: "./static/", | ||
views: "./tpl/", | ||
staticFilepath: './static/', | ||
views: 'tpl/', | ||
// uploads | ||
fileUploadDir: "./uploads/" | ||
fileUploadDir: './uploads/' | ||
}; | ||
@@ -58,0 +58,0 @@ |
{ | ||
"name": "ferrum", | ||
"description": "Web framework for node.js", | ||
"version": "0.0.1a", | ||
"author": "Sergey Zvinsky <s.zvinsky@gmail.com>", | ||
"contributors": [ | ||
{ "name": "Sergey Zvinsky", "email": "s.zvinsky@gmail.com" } | ||
], | ||
"engines": { "node": "*" }, | ||
"directories": { | ||
"lib": "./lib", | ||
"test": "./test" | ||
}, | ||
"dependencies": { | ||
"lodash": ">= 0.8.1", | ||
"winston": ">=0.6.2", | ||
"qs": ">=0.5.3", | ||
"formidable": ">=1.0.11", | ||
"cookies": ">=0.3.2", | ||
"keygrip": ">=0.2.2", | ||
"dustjs-linkedin": ">=1.0.0", | ||
"node-static": ">=0.6.0" | ||
}, | ||
"devDependencies": { | ||
"vows": "0.6.x", | ||
"needle": ">=0.4.5" | ||
}, | ||
"scripts": { | ||
"test": "vows --spec --isolate" | ||
}, | ||
"main": "./lib/index" | ||
"name": "ferrum", | ||
"description": "Web framework for node.js", | ||
"version": "0.0.2a", | ||
"author": "Sergey Zvinsky <s.zvinsky@gmail.com>", | ||
"contributors": [ | ||
{ "name": "Sergey Zvinsky", "email": "s.zvinsky@gmail.com" } | ||
], | ||
"keywords": [ | ||
"ferrum", | ||
"framework", | ||
"web" | ||
], | ||
"repository": "git://github.com/sergez/ferrum.git", | ||
"engines": { "node": "*" }, | ||
"directories": { | ||
"lib": "./lib", | ||
"test": "./test" | ||
}, | ||
"dependencies": { | ||
"lodash": ">= 0.8.1", | ||
"winston": ">=0.6.2", | ||
"qs": ">=0.5.3", | ||
"formidable": ">=1.0.11", | ||
"cookies": ">=0.3.2", | ||
"keygrip": ">=0.2.2", | ||
"dustjs-linkedin": ">=1.0.0", | ||
"node-static": ">=0.6.0" | ||
}, | ||
"devDependencies": { | ||
"vows": "0.6.x", | ||
"needle": ">=0.4.5" | ||
}, | ||
"scripts": { | ||
"test": "vows --spec --isolate" | ||
}, | ||
"main": "./lib/index" | ||
} |
@@ -1,2 +0,2 @@ | ||
FerrumJS [alfa] | ||
Ferrum [alfa] | ||
========= | ||
@@ -7,3 +7,3 @@ | ||
FerrumJS is simple and powerfull web server for [node.js](http://nodejs.org). It's designed for quick and simple development of high-performance application. Just try it. | ||
Ferrum is simple and powerfull web server for [node.js](http://nodejs.org). It's designed for quick and simple development of high-performance application. Just try it. | ||
@@ -18,3 +18,3 @@ Instalation | ||
Up-to date documentation can be found at [http://jsdoc.info/SergeZ/ferrum/](http://jsdoc.info/SergeZ/ferrum/) | ||
Up-to date documentation can be found at [http://jsdoc.info/sergez/ferrum/](http://jsdoc.info/sergez/ferrum/) | ||
@@ -21,0 +21,0 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
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
45398