electron/spec-main/fixtures/native-addon/echo/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
71 B
JSON
Raw Normal View History

{
"main": "./lib/echo.js",
"name": "echo",
"version": "0.0.1"
}