package.json 580 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
    "name": "@dcloudio/uni-template-compiler",
    "version": "0.9.181",
    "description": "uni-template-compiler",
    "main": "lib/index.js",
    "files": [
        "lib"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "fxy060608",
    "license": "Apache-2.0",
    "dependencies": {
        "@babel/parser": "^7.3.3",
        "@babel/traverse": "^7.3.3",
        "@babel/types": "^7.3.3",
        "vue-template-compiler": "^2.6.10"
    },
    "gitHead": "a804605136db60bee33145e1463e413afb7b4c1e"
}