| 123456789101112131415161718192021222324252627 |
- {
- "name": "nodent-runtime",
- "version": "3.2.1",
- "description": "Runtime component of nodent",
- "main": "runtime.js",
- "scripts": {
- "test": "node tests",
- "install": "node build.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/MatAtBread/nodent-runtime.git"
- },
- "keywords": [
- "nodent",
- "runtime",
- "asunc",
- "await",
- "es7"
- ],
- "author": "matatbread",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/MatAtBread/nodent-runtime/issues"
- },
- "homepage": "https://github.com/MatAtBread/nodent-runtime#readme"
- }
|