mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
34 lines
582 B
JSON
34 lines
582 B
JSON
{
|
|
"name": "link",
|
|
"version": "0.31.6",
|
|
"main": "./lib/link",
|
|
"description": "Opens http(s) links under the cursor",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/atom/atom",
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"activationCommands": {
|
|
"atom-workspace": [
|
|
"link:open"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"underscore-plus": "1.x"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^10.0.3"
|
|
},
|
|
"standard": {
|
|
"env": {
|
|
"atomtest": true,
|
|
"browser": true,
|
|
"jasmine": true,
|
|
"node": true
|
|
},
|
|
"globals": [
|
|
"atom"
|
|
]
|
|
}
|
|
}
|