composer.json
Showing
File moved
composer.json
0 → 100644
{ | ||
"name": "nursit/offline", | ||
"type": "library", | ||
"description": "SPIP Plugin for adding offline mode feature to websites", | ||
"keywords": ["offline", "js", "serviceworkers"], | ||
"homepage": "https://git.nursit.net/open/offline", | ||
"license": [ | ||
"GPL" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Cédric Morin", | ||
"email": "cedric@yterium.com", | ||
"homepage": "https://github.com/Cerdic" | ||
} | ||
], | ||
"require": { | ||
"php": "^5.4.0 || ^7" | ||
}, | ||
"archive": { | ||
"exclude": [ | ||
"/.gitignore", | ||
"/.travis.yml", | ||
"todo.md" | ||
] | ||
} | ||
} |
Please register or sign in to comment