fone
Version:
1号店移动事业部前端构建工具
37 lines (36 loc) • 745 B
JSON
{
"name": "fone",
"version": "0.0.6",
"description": "1号店移动事业部前端构建工具",
"main": "index.js",
"bin": "./bin/fone",
"scripts": {
"test": "fone test"
},
"repository": {
"type": "git",
"url": "https://github.com/TVVT/fone.git"
},
"keywords": [
"yhd",
"fone",
"构建",
"发布"
],
"author": "kevin14",
"license": "ISC",
"bugs": {
"url": "https://github.com/TVVT/fone/issues"
},
"homepage": "https://github.com/TVVT/fone",
"dependencies": {
"async": "^0.9.0",
"colors": "^1.0.3",
"finalhandler": "^0.3.4",
"map-stream": "0.0.5",
"minimist": "^1.1.1",
"serve-static": "^1.9.2",
"underscore": "^1.8.2",
"vinyl-fs": "^1.0.0"
}
}