{
    "version": "0.8.1",
    "name": "thumbstick",
    "description": "A virtual joystick for touch capable interfaces",
    "author": "Mike Lazer-Walker <hi@lazerwalker.com>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/lazerwalker/thumbstick.git"
    },
    "bugs": {
        "url": "https://github.com/lazerwalker/thumbstick/issues"
    },
    "homepage": "https://github.com/lazerwalker/thumbstick",
    "main": "./dist/thumbstick.js",
    "scripts": {
        "postversion": "npm run bowerSync && npm run changelog",
        "buildWatch": "npm run concat && npm run umd",
        "postbuildWatch": "npm run clean && npm run copyToTest",
        "build": "npm run buildWatch && npm run uglify",
        "pretest": "npm run build",
        "test": "casperjs test ./test/thumbstick.casper.js",
        "umd": "umd thumbstick ./thumbstick.temp.js ./dist/thumbstick.js",
        "changelog": "node ./bin/changelog.js",
        "bowerSync": "node ./bin/bowerSync.js",
        "clean": "node ./bin/clean.js",
        "copyToTest": "node ./bin/copyToTest.js",
        "uglify": "uglifyjs ./dist/thumbstick.js -o ./dist/thumbstick.min.js -c -m",
        "watch": "watch \"npm run buildWatch\" src",
        "start": "static test",
        "toc": "markdown-toc -i README.md",
        "copyGh": "node ./bin/copyToGhPages.js",
        "concat": "concat-cli -f ./src/start.js ./src/utils.js ./src/super.js ./src/thumbstick.js ./src/collection.js ./src/manager.js ./src/end.js -o ./thumbstick.temp.js"
    },
    "dependencies": {},
    "devDependencies": {
        "casperjs": "^1.1.3",
        "concat-cli": "^4.0.0",
        "conventional-changelog": "^1.1.0",
        "eslint": "^3.1.0",
        "expect.js": "^0.3.1",
        "markdown-toc": "^0.12.16",
        "mocha": "^3.0.2",
        "node-static": "^0.7.8",
        "phantomjs-prebuilt": "^2.1.12",
        "uglify-js": "^2.7.3",
        "umd": "^3.0.1",
        "watch": "^0.19.2"
    }
}
