package.json 330 字节
Newer Older
DCloud_JSON's avatar
DCloud_JSON 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "id": "hello-uvue",
  "name": "hello-uvue",
  "version": "1.0.0",
  "description": "uvue的vue语法示例工程",
  "main": "env.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "uvue",
    "uni-app2.0"
],
  "author": "",
"license": "ISC",
"displayName": "helllo uvue"
}