pygment
Version:
Python — Node.js inter-process communication through stdio
33 lines (32 loc) • 754 B
JSON
{
"name": "pygment",
"description": "Python — Node.js inter-process communication through stdio",
"author": "Andrea Leone <github@andrealeone.xyz>",
"version": "1.0.0",
"license": "WTFPL",
"main": "pygment.js",
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {},
"devDependencies": {
"mocha": "^5.1.0",
"should": "^13.2.1",
"@types/mocha": "^2.2.48",
"@types/node": "^9.3.0"
},
"engines": {
"node": ">=0.10"
},
"repository": "http://github.com/hydentity/pygment",
"homepage": "http://github.com/hydentity/pygment",
"bugs": "http://github.com/hydentity/pygment/issues",
"keywords": [
"inter-process",
"python",
"nodejs",
"javascript",
"typescript",
"stdio"
]
}