{
  "name": "@falconjs.io/falcon",
  "version": "0.6.1",
  "description": "Falcon Frontend Framework",
  "main": "./dist/index.js",
  "scripts": {
    "start": "parcel ./app/index.html --port 9999 --open --no-cache --out-dir ./tmp",
    "build": "rm -rf dist && parcel build ./src/index.js",
    "pub": "npm publish && git push origin master && git push origin upstream",
    "testbuild": "parcel ./test/index.html --port 8000 --open --no-cache --out-dir ./tmp/test"
  },
  "keywords": [
    "frontend",
    "virtual dom",
    "vdom",
    "falcon",
    "front end"
  ],
  "author": "John Martin R. Disuanco",
  "repository": {
    "type": "git",
    "url": "https://github.com/falcon-js/falcon"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.2.0",
    "babel-core": "^6.26.3",
    "babel-plugin-transform-react-jsx": "^6.24.1"
  },
  "dependencies": {
    "superfine": "^6.0.1",
    "url-mapper": "^2.0.0"
  }
}
