{
  "name": "blip-framework",
  "version": "1.0.6",
  "description": "",
  "main": "core/index.js",
  "dependencies": {
    "gsap": "^1.20.3"
  },
  "devDependencies": {
    "@types/core-js": "^0.9.37",
    "concurrently": "^3.0.0",
    "core-js": "^2.4.1",
    "lite-server": "^2.3.0",
    "rimraf": "^2.6.2",
    "systemjs": "0.19.39",
    "ts-loader": "^3.0.5",
    "typescript": "^2.0.3",
    "webpack": "^3.8.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "tsc && tsc -w",
    "lite": "lite-server",
    "tsc": "tsc",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cvimbert/blip-framework.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cvimbert/blip-framework/issues"
  },
  "typings": "core/index.d.ts",
  "homepage": "https://github.com/cvimbert/blip-framework#readme"
}
