18 lines
488 B
JSON
18 lines
488 B
JSON
{
|
|
"name": "ori-handler-test",
|
|
"version": "1.0.0",
|
|
"description": "Following the [docs](https://weborigami.org/language/filetypes#custom-file-types), I have created a file `foobar.foo` and a handler `foo.handler.js`.",
|
|
"main": "foo.handler.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git:hans/ori-handler-test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs"
|
|
}
|