{
    "homepage": "https://github.com/doodadjs/",
    "author": "Claude Petit <doodadjs@gmail.com> (https://github.com/doodadjs/)",
    "license": "Apache-2.0",
    "files": [
        "src",
        "lib",
        "build",
        "dist",
        "browserify",
        "test",
        "index.js",
        "webpack.config.js",
        "config.json",
        "make.json",
        "LICENSE",
        "README.md",
        ".travis.yml",
        "tonic.js"
    ],
    "scripts": {
        "build": "ddmake make",
        "dist": "ddmake install",
        "browserify": "ddmake custom=browserify",
        "test": "echo Please install and start package 'doodad-js-test'."
    },
    "devDependencies": {
        "doodad-js-make": "^2.0.0-alpha.0"
    },
    "main": "index.js",
    "browser": "browserify/browserify.min.js",
    "engines": {
        "node": ">=6.0.0"
    },
    "name": "doodad-js-loader",
    "description": "doodad-js Loader (beta)",
    "version": "3.0.0-beta.0",
    "config": {
        "Doodad__Loader": {
            "defaultAsync": true
        }
    },
    "keywords": [
        "doodad-js",
        "loader"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/doodadjs/doodad-js-loader.git"
    },
    "bugs": {
        "url": "https://github.com/doodadjs/doodad-js-loader/issues",
        "email": "doodadjs@gmail.com"
    },
    "tonicExampleFilename": "tonic.js",
    "dependencies": {
        "doodad-js": "^8.0.0",
        "doodad-js-safeeval": "^3.0.0-beta.0"
    }
}