cyp/package.json

24 lines
473 B
JSON
Raw Normal View History

2019-03-20 03:45:23 +08:00
{
2020-05-05 02:41:59 +08:00
"name": "cyp",
2019-03-20 03:45:23 +08:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
2020-05-06 19:27:44 +08:00
"custom-range": "^1.1.0",
2019-03-20 03:45:23 +08:00
"node-static": "^0.7.11",
2022-01-13 11:16:40 +08:00
"ws2mpd": "git+https://git.jerryxiao.cc/Jerry/ws2mpd.git#b223edc357"
2019-03-20 03:45:23 +08:00
},
2019-03-20 05:56:39 +08:00
"devDependencies": {
2020-03-15 05:18:54 +08:00
"less": "^3.9.0",
"rollup": "^2.0.6"
2019-03-20 05:56:39 +08:00
},
2019-03-20 03:45:23 +08:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2019-05-13 22:29:05 +08:00
"license": "ISC",
"engines": {
"node": ">=10.0.0"
}
2019-03-20 03:45:23 +08:00
}