{
    "name": "slidetrack",
    "version": "0.1.0",
    "description": "Tool for interactive web track for audio stories.",
    "main": "index.js",
    "directories": {
        "example": "./examples",
        "lib": "./lib",
        "src": "./src",
        "test": "./test"
    },
    "scripts": {
        "test": "make test",
        "st": "bin/st"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lathropd/slidetrack.git"
    },
    "keywords": [
        "slides",
        "audio",
        "news",
        "presentations",
        "storytelling"
    ],
    "author": "Daniel Lathrop <daniel.lathrop@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/lathropd/slidetrack/issues"
    },
    "homepage": "https://github.com/lathropd/slidetrack#readme",
    "devDependencies": {
        "babel-polyfill": "^6.26.0",
        "canvas": "^2.2.0",
        "chai": "^4.1.2",
        "easytimer.js": "git+https://github.com/lathropd/easytimer.js.git",
        "is-html": "^1.1.0",
        "lodash": "^4.17.10",
        "mocha": "^5.2.0",
        "node-sass": "^4.9.0",
        "prettier": "1.15.3",
        "showdown": "^1.8.6",
        "steal": "^2.1.5",
        "steal-sass": "git+https://github.com/lathropd/steal-sass.git",
        "steal-tools": "^2.0.11",
        "wavesurfer": "^1.3.4",
        "web-animations-js": "^2.3.1",
        "xmlhttprequest": "^1.8.0"
    },
    "dependencies": {
        "bluebird": "^3.5.3",
        "commander": "^2.19.0",
        "jquery": "^3.3.1",
        "jsdom": "^13.0.0",
        "mr": "^17.0.12",
        "node-fetch": "^2.3.0",
        "node-gyp": "^3.8.0",
        "nunjucks": "^3.1.4",
        "rebuild": "^0.1.2",
        "rollup": "^1.1.2",
        "steal-css": "^1.3.2",
        "urllib-sync": "^1.1.4"
    },
    "steal": {
        "paths": {
            "slidey": "src/js/slidey.js",
            "markymarkup": "lib/markymarkup.js"
        }
    }
}
