Comparing version 0.9.5 to 0.9.6
{ | ||
"name": "fold", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "FOLD file format for origami models, crease patterns, etc.", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "coffee --no-header --bare -o lib -c src", | ||
"prepare": "coffee --no-header --bare -o lib -c src", | ||
"dist": "browserify -t coffeeify --extension=.coffee -r ./src/index.coffee:fold -o dist/fold.js" | ||
@@ -14,0 +14,0 @@ }, |
@@ -43,4 +43,10 @@ # FOLD [[spec](doc/spec.md), [viewer](https://edemaine.github.io/fold/examples/foldviewer.html), [API](doc/api.md)] | ||
Here is software supporting the FOLD format, built both within this project | ||
and by other people: | ||
* [FOLD viewer](https://edemaine.github.io/fold/examples/foldviewer.html) | ||
loads and display a given .fold file, useful for visualization and testing | ||
* Amanda Ghassaei's | ||
[Origami Simulator](https://github.com/amandaghassaei/OrigamiSimulator) | ||
supports FOLD input and output | ||
@@ -47,0 +53,0 @@ ## [FOLD JavaScript Library](https://github.com/edemaine/fold/tree/master/doc/api.md) |
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
4245257
82