123456789101112131415161718 |
- {
- "name": "nanobind",
- "version": "1.0.0",
- "description": "DOM <-> JS <-> Node.js dataflow",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@gitlab.a-level.com.ua:gitgod/nanobind.git"
- },
- "author": "Ivan Grynkin",
- "license": "ISC",
- "dependencies": {
- "express": "^4.14.0"
- }
- }
|