{
  "name": "your-name-testing-should-accept-implicit-self-scope",
  "version": "0.0.0",
  "description": "Test for Crosstalk IDE worker accepting implicit self scope",
  "main": "index.js",
  "scripts": {
    "test" : "node --harmony test/shouldAccept.js"
  },
  "devDependencies": {
    "crosstalk-ide": "2.x.x"
  },
  "author": "Your Name <your.name@email.com>",
  "crosstalk": {
    "type": "worker"
  },
  "private": true
}