galactic-runtime
Version:
A runtime for large-scale JavaScript applications
30 lines (29 loc) • 709 B
JSON
{
"name": "galactic-runtime",
"version": "1.1.0",
"description": "A runtime for large-scale JavaScript applications",
"main": "lib/src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GalacticJS/galaxy.git"
},
"keywords": [
"galactic",
"runtime"
],
"author": "Sam Vervaeck",
"license": "MIT",
"bugs": {
"url": "https://github.com/GalacticJS/galaxy/issues"
},
"homepage": "https://github.com/GalacticJS/galaxy#readme",
"dependencies": {
"debug": "^2.2.0",
"lodash": "^4.13.1",
"reflect-metadata": "^0.1.3",
"source-map-support": "^0.4.2"
}
}