package.json 599 Bytes
{
  "name": "layout",
  "version": "1.0.0",
  "description": "websit layout library",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server/app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xieyankun/layout.git"
  },
  "author": "Kira",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/xieyankun/layout/issues"
  },
  "homepage": "https://github.com/xieyankun/layout#readme",
  "devDependencies": {
    "express": "^4.15.3",
    "socket.io": "^1.7.3"
  },
  "dependencies": {
  }
}