tenfourfox/addon-sdk/source/examples/debug-client/package.json

11 lines
227 B
JSON
Raw Normal View History

2017-04-19 07:56:45 +00:00
{
"name": "debug-client",
"id": "@debug-client",
"title": "Debug client",
"description": "Example debug client",
"version": "0.0.1",
"author": "Irakli Gozalishvili",
"main": "./index.js",
"license": "MPL-2.0"
}