securityos/node_modules/cjs/package.json

15 lines
282 B
JSON

{
"name": "cjs",
"version": "0.0.11",
"description": "Concurrent Javascript",
"main": "cjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Johannes Goetz",
"license": "BSD",
"dependencies": {
"sync-channel": "*"
}
}