mirror of
https://github.com/atom/atom.git
synced 2026-01-13 00:47:58 -05:00
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"name": "atom-test-update-server",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "A test update server that replicates the one on atom.io",
|
|
"main": "run-server.js",
|
|
"scripts": {
|
|
"start": "node run-server.js"
|
|
},
|
|
"author": "David Wilson",
|
|
"dependencies": {
|
|
"colors": "^1.3.2",
|
|
"express": "^4.16.3"
|
|
}
|
|
}
|