Files
mixio/package.json
Eason010212 e029efcb31 Init
2022-06-10 15:18:48 +08:00

22 lines
422 B
JSON

{
"name": "mixio",
"version": "1.8.0",
"description": "",
"main": "mixio.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"forever": "^4.0.3"
},
"bin": "mixio.js",
"pkg": {
"assets": [
"node_modules/broadway/lib/broadway/plugins/**/*",
"node_modules/flatiron/lib/flatiron/plugins/**/*"
]
}
}