An open API service indexing awesome lists of open source software.

https://github.com/samccone/engine-fail


https://github.com/samccone/engine-fail

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

#### Engine Fail

Prevent users from installing your package on an unsupported version of node.

##### How

```json
{
"engines": {
"node": ">=0.12"
}
}
```