Comparing version 0.1.0-pre to 0.2.0
@@ -8,10 +8,26 @@ { | ||
}, | ||
"version": "0.1.0-pre", | ||
"version": "0.2.0", | ||
"description": "Edge-fs: run F# and node.js code in-process with edge.js", | ||
"tags" : ["edge", "edgejs", "net", "clr", "F#", "managed", ".net", "node.js", "node"], | ||
"tags": [ | ||
"edge", | ||
"edgejs", | ||
"net", | ||
"clr", | ||
"F#", | ||
"managed", | ||
".net", | ||
"node.js", | ||
"node" | ||
], | ||
"main": "./lib/edge-fs.js", | ||
"engines": { "node": ">= 0.6" }, | ||
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], | ||
"dependencies": { | ||
"engines": { | ||
"node": ">= 0.6" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "Apache", | ||
"url": "http://www.apache.org/licenses/LICENSE-2.0" | ||
} | ||
], | ||
"dependencies": {}, | ||
"homepage": "http://tjanczuk.github.com/edge", | ||
@@ -22,5 +38,5 @@ "repository": { | ||
}, | ||
"bugs" : { | ||
"url" : "http://github.com/7sharp9/edge-fs/issues" | ||
"bugs": { | ||
"url": "http://github.com/7sharp9/edge-fs/issues" | ||
} | ||
} | ||
} |
@@ -12,6 +12,6 @@ edge-fs | ||
1. Make sure you have F# installed with your Visual Studio 2012 | ||
1. Make sure you have F# installed with Visual Studio 2012 | ||
2. Navigate to a test project | ||
3. Install edge.js with `npm install edgejs -g` *(Note you dont have to do a global package install, just omit the -g)* | ||
4. Install edge-fs into your test project with `npm install git://github.com/7sharp9/edge-fs.git -g` | ||
4. Install edge-fs into your test project with `npm install edge-fs -g` | ||
5. create a test node.js file along the lines of: | ||
@@ -31,2 +31,2 @@ | ||
Ill be writing more documentation over time, as well as deploying a live npm package. | ||
Ill be writing more documentation over time. |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
951748
1