mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-16 12:07:16 +08:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"name": "atom-shell-default-app",
|
|
"productName": "Atom Shell Default App",
|
|
"version": "0.1.0",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"optimist": "*"
|
|
}
|
|
}
|