add package.json
package.json
0 → 100644
{ | ||
"name": "etalab-open-software-base", | ||
"version": "0.1.0", | ||
"description": "YAML files describing software products harvested from various open data sources.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.framasoft.org/etalab/open-software-base-yaml.git" | ||
}, | ||
"author": "Emmanuel Raviart <emmanuel.raviart@data.gouv.fr>" | ||
} |
Please register or sign in to comment