{
  "author": "zbryikt",
  "name": "ldsite",
  "main": "dist/ldsite.js",
  "license": "MIT",
  "description": "necessary frontend cores for a generic website",
  "version": "0.0.1",
  "homepage": "https://github.com/loadingio/ldSite",
  "repository": {
    "type": "git",
    "url": "https://github.com/loadingio/ldSite"
  },
  "engines": {
    "node": ">=0.12.6",
    "npm": ">=1.2.2"
  },
  "scripts": {
    "start": "cd web; ../node_modules/.bin/lsc ../node_modules/template/server.ls"
  },
  "devDependencies": {
    "LiveScript": ">=1.2.0",
    "uglify-js": "=3.2.0",
    "template": "github:zbryikt/template#v2"
  }
}
