1234567891011121314151617181920 |
- {
- "name": "college",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://47.98.226.240:3000/twt/college.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "marked": "^4.0.12"
- }
- }
|