mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 14:15:54 -06:00
14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"name": "meteor-api",
|
|
"main": "./lib/meteor-api",
|
|
"version": "0.0.0",
|
|
"description": "Meteor API with tab completion and syntax highlighting.",
|
|
"activationEvents": ["meteor-api:toggle"],
|
|
"repository": "https://github.com/awatson1978/meteor-api",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": ">0.50.0"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|