cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

package.json (470B)


      1{
      2  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
      3  "name": "options",
      4  "description": "A very light-weight in-code option parsers for node.js.",
      5  "version": "0.0.6",
      6  "repository": {
      7    "type": "git",
      8    "url": "git://github.com/einaros/options.js.git"
      9  },
     10  "main": "lib/options",
     11  "scripts": {
     12    "test": "make test"
     13  },
     14  "engines": {
     15    "node": ">=0.4.0"
     16  },
     17  "dependencies": {},
     18  "devDependencies": {
     19    "mocha": "latest"
     20  }
     21}