mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03: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"
|
|
}
|
|
}
|