{
  "name": "10.calc",
  "version": "1.0.2",
  "description": "这是一个简单的计算器",
  "main": "lib/calc.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["计算器","node.js","web","加减乘除"],
  "author": "",
  "license": "ISC"
}
