{
    "name": "@iota-pico/examples-browser-js",
    "version": "0.6.1",
    "description": "IOTA Pico Framework Examples for Browser using JavaScript",
    "engines": {
        "node": ">=8"
    },
    "scripts": {
        "build-clean": "rimraf ./dist/*",
        "build-compile": "babel src --out-dir dist",
        "build-lint": "eslint ./src/**/*.js",
        "build-copy-html": "copyfiles --up 1 ./src/**/*.html ./dist",
        "build": "npm-run-all build-clean build-compile build-lint build-copy-html",
        "security": "nsp check",
        "dist": "npm-run-all build security",
        "serve": "serve --open"
    },
    "author": "martyn@iota.eco",
    "license": "MIT",
    "dependencies": {
        "@iota-pico/api": "^0.6.1",
        "@iota-pico/core": "^0.6.1",
        "@iota-pico/pal-browser": "^0.6.1",
        "bootstrap": "^4.0.0",
        "systemjs": "^0.21.0",
        "systemjs-plugin-json": "^0.3.0"
    },
    "devDependencies": {
        "babel-cli": "^6.26.0",
        "babel-core": "^6.26.0",
        "babel-preset-env": "^1.6.1",
        "copyfiles": "^1.2.0",
        "eslint": "^4.17.0",
        "npm-run-all": "^4.1.2",
        "nsp": "^3.1.0",
        "rimraf": "^2.6.2",
        "serve": "^6.4.9"
    }
}
