summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/examples/debug-client/package.json
blob: 058fa97afaf4e4d3da7f7d2ec87ffc59ce261292 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "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"
}