Codebase list node-slide / 84bda377-e50a-4696-aff6-fd1d3a5d1c9b/upstream package.json
84bda377-e50a-4696-aff6-fd1d3a5d1c9b/upstream

Tree @84bda377-e50a-4696-aff6-fd1d3a5d1c9b/upstream (Download .tar.gz)

package.json @84bda377-e50a-4696-aff6-fd1d3a5d1c9b/upstreamraw · history · blame

{
  "name": "slide",
  "version": "1.1.6",
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "contributors": [
    "S. Sriram <ssriram@gmail.com> (http://www.565labs.com)"
  ],
  "description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
  "main": "./lib/slide.js",
  "dependencies": {},
  "devDependencies": {
    "tap": "^5.7.2"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/slide-flow-control.git"
  },
  "license": "ISC"
}