Files
TechradarDev/package.json
2021-01-11 13:13:20 +01:00

22 lines
422 B
JSON

{
"name": "aoe",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"aoe_technology_radar": "https://github.com/aoepeople/aoe_technology_radar.git"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}