1234567891011121314151617181920212223 |
- {
- "name": "middleware_lab",
- "version": "1.0.0",
- "description": "middleware_lab",
- "main": "index.js",
- "directories": {
- "test": "tests"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@git.guern.eu:noa/middleware_mirror.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "bootstrap": "3.3.7",
- "jquery": "3.2.1"
- }
- }
|