{
    "name": "infusion",
    "description": "Infusion is an application framework for developing flexible stuff with JavaScript",
    "version": "3.0.0-dev.20181204T213346Z.2ca90f6e6",
    "author": "Fluid Project",
    "bugs": "http://issues.fluidproject.org/browse/FLUID",
    "homepage": "http://www.fluidproject.org/",
    "license": "(BSD-3-Clause OR ECL-2.0)",
    "keywords": [
        "infusion",
        "framework",
        "application",
        "fluid",
        "IoC",
        "Inversion of Control",
        "MVC",
        "evented"
    ],
    "repository": "git://github.com/fluid-project/infusion.git",
    "main": "./src/module/fluid.js",
    "scripts": {
        "prepare": "npm run loadDependencies && npm run buildStylus",
        "prepublishOnly": "npm run buildDists",
        "pretest": "node node_modules/rimraf/bin.js reports/* coverage/*",
        "test": "npm run test:browser && npm run test:node",
        "test:browser": "node node_modules/testem/testem.js ci --file tests/testem.js",
        "test:node": "node node_modules/nyc/bin/nyc.js node tests/node-tests/basic-node-tests.js",
        "test:vagrant": "vagrant up && vagrant ssh -c 'cd /home/vagrant/sync/; DISPLAY=:0 npm test'",
        "test:vagrantBrowser": "vagrant up && vagrant ssh -c 'cd /home/vagrant/sync/; DISPLAY=:0 npm run test:browser'",
        "test:vagrantNode": "vagrant up && vagrant ssh -c 'cd /home/vagrant/sync/; DISPLAY=:0 npm run test:node'",
        "posttest": "node node_modules/nyc/bin/nyc.js report -r text-summary -r html --report-dir reports --temp-directory coverage",
        "buildDists": "grunt buildDists",
        "buildStylus": "grunt buildStylus",
        "loadDependencies": "grunt loadDependencies"
    },
    "engines": {
        "node": ">=0.10.0"
    },
    "dependencies": {
        "fluid-resolve": "1.3.0"
    },
    "devDependencies": {
        "eslint-config-fluid": "1.3.0",
        "gpii-grunt-lint-all": "1.0.5",
        "gpii-testem": "2.1.5",
        "grunt": "1.0.2",
        "grunt-contrib-clean": "2.0.0",
        "grunt-contrib-compress": "1.4.3",
        "grunt-contrib-concat": "1.0.1",
        "grunt-contrib-copy": "1.0.0",
        "grunt-contrib-stylus": "1.2.0",
        "grunt-contrib-uglify": "4.0.0",
        "grunt-contrib-watch": "1.1.0",
        "grunt-modulefiles": "0.4.0",
        "grunt-shell": "2.1.0",
        "hypher": "0.2.5",
        "@fluid-project/hyphenation-patterns": "0.2.2-dev.20181115T221631Z.b2d0651",
        "jquery": "3.3.1",
        "jquery-mockjax": "2.5.0",
        "jquery-simulate": "1.0.2",
        "jquery-ui": "1.12.1",
        "jquery-ui-touch-punch": "0.2.3",
        "jquery.scrollto": "2.1.2",
        "lodash": "4.17.11",
        "ncp": "2.0.0",
        "normalize.css": "8.0.0",
        "nyc": "13.0.1",
        "opensans-webkit": "1.0.1",
        "rimraf": "2.6.2",
        "roboto-fontface": "0.10.0",
        "sinon": "6.3.3",
        "testem": "2.9.3",
        "url-polyfill": "1.1.0"
    }
}
