1234567891011121314151617 |
- {
- "name": "marak.com",
- "version": "1.0.0",
- "description": "website for marak.com",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node server.js"
- },
- "repository": "https://github.com/marak/marak.com",
- "dependencies": {
- "big": "0.5.x"
- },
- "author": "",
- "license": "MIT"
- }
|