123456789101112131415161718192021222324 |
- {
- "name": "fuf",
- "private": true,
- "version": "0.0.1",
- "description": "fuf",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/windhamdavid/fuf.git"
- },
- "author": "windhamdavid",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/windhamdavid/fuf/issues"
- },
- "homepage": "https://github.com/windhamdavid/fuf#readme",
- "devDependencies": {
- "browser-sync": "^3.0.2",
- "gulp": "^4.0.2"
- }
- }
|