meteor-api/package.json
2014-10-02 14:41:43 -04:00

15 lines
329 B
JSON

{
"name": "meteor-api",
"main": "./lib/meteor-api",
"version": "0.7.0",
"description": "Meteor API for the Atom editor.",
"activationEvents": [
"meteor-api:toggle"
],
"repository": "https://github.com/awatson1978/meteor-api",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {}
}