18 Star 34 Fork 24

feng / ngMusic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ngMusic",
"version": "2.1.0",
"description": "ng Music Player",
"main": "server.js",
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "./node_modules/pm2/bin/pm2 start server.js --no-daemon",
"test": "mocha --recursive --timeout 10000 -R spec --require should --harmony test/ --bail"
},
"author": "SHANG殇",
"dependencies": {
"async": "^0.9.0",
"bufferhelper": "^0.2.0",
"express": "3.0.6",
"gulp": "^3.8.11",
"iconv-lite": "^0.4.7",
"jsonwebtoken": "^5.0.2",
"log4js": "^0.6.22",
"moment": "^2.9.0",
"mongoose": "^4.0.5",
"q": "^1.4.1",
"request": "^2.55.0",
"pm2": "^0.14.0"
},
"devDependencies": {
"del": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-inject": "^1.2.0",
"gulp-minify-css": "^0.4.6",
"gulp-minify-html": "^1.0.0",
"gulp-rev": "^3.0.1",
"gulp-uglify": "^1.1.0"
}
}
JavaScript
1
https://gitee.com/xinshangshangxin/ngMusic.git
git@gitee.com:xinshangshangxin/ngMusic.git
xinshangshangxin
ngMusic
ngMusic
master

搜索帮助