{
  "name": "fibjs",
  "version": "0.1.8",
  "description": "fibjs is a runtime for javascript applictions built on google v8 JS.",
  "main": "index.js",
  "bin": "bin/fibjs",
  "scripts": {
    "test": "",
    "preinstall": "sh preinstall"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "files": ["build", "preinstall.js", "index.js", "README.md", "preinstall"],
  "author": "ngot",
  "license": "MIT"
}