{
    "name": "protean",
    "description": "An ever changing set of utilities.",
    "version": "0.6.1",
    "keywords": [
        "utility",
        "lodash",
        "falcor",
        "datasource",
        "rx",
        "subject",
        "finite",
        "state",
        "machine",
        "functional",
        "classical",
        "class",
        "reactive"
    ],
    "main": "./protean.js",
    "dependencies": {
        "lodash":              "3.x",
        "ramda":               "0.x",
        "falcor":              "0.x",
        "falcor-router":       "0.x",
        "falcor-json-graph":   "1.x",
        "falcor-path-syntax":  "0.x",
        "falcor-path-utils":   "0.x",
        "mkdirp":              "0.5.x",
        "rimraf":              "2.x",
        "glob-cp":             "1.x",
        "mv":                  "2.x",
        "rx":                  "4.x",
        "glob":                "5.x"
    },
    "devDependencies": {
        "rsvp":         "3.x",
        "mocha":        "2.x",
        "should":       "6.x",
        "del":          "*",
        "gulp":         "3.x",
        "gulp-ejs":     "1.x",
        "gulp-concat":  "2.x",
        "gulp-jsdoc":   "0.x",
        "gulp-marked":  "1.x",
        "jsdoc-to-markdown": "1.x"
    },
    "scripts": {
        "build": "./node_modules/.bin/gulp",
        "clean": "./node_modules/.bin/gulp clean",
        "test": "./node_modules/.bin/mocha --harmony $(find test -name '*.js')"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "http://github.com/jhamlet/protean/raw/master/LICENSE"
        }
    ],
    "repository": {
        "type": "git",
        "url": "http://github.com/jhamlet/protean.git"
    },
    "bugs": {
        "url": "http://github.com/jhamlet/protean/issues"
    }
}
