File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js :
3+ - " node"
4+ - " 6"
5+ - " 5"
6+ - " 4"
7+ before_install :
8+ - sudo apt-get install imagemagick
Original file line number Diff line number Diff line change 11# simplex-noise.js
2+ [ ![ Build Status] ( https://travis-ci.org/jwagner/simplex-noise.svg?branch=master )] ( https://travis-ci.org/jwagner/simplex-noise )
23
34simplex-noise.js is a fast simplex noise implementation in Javascript. It works in the browser and on nodejs.
45
Original file line number Diff line number Diff line change 88
99 "devDependencies" : {
1010 "buster" : " ~0.7.8" ,
11- "buster" : " ~0.6.2" ,
1211 "benchmark" : " ~2.1.0" ,
1312 "microtime" : " ~2.0.0"
1413 },
2827 "repository" : {
2928 "type" : " git" ,
3029 "url" : " https://github.com/jwagner/simplex-noise.js.git"
30+ },
31+ "scripts" : {
32+ "test" : " ./node_modules/buster/bin/buster-test"
3133 }
3234}
You can’t perform that action at this time.
0 commit comments