code for extract info from ass

This commit is contained in:
1c7
2018-06-08 03:39:03 +08:00
parent e24ae168eb
commit cac08500b0
7 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "cc_nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ass-parser": "^0.2.0"
}
}