22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"name": "boot-java",
|
|
"main": "./lib/main",
|
|
"version": "0.1.4",
|
|
"description": "Spring Boot support for Atom",
|
|
"repository": "https://github.com/spring-projects/atom-boot-java",
|
|
"icon": "icon.png",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": ">=1.21.0"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"dependencies": {
|
|
"atom-languageclient": "0.8.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -fr node_modules"
|
|
}
|
|
}
|