diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a97455b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.komodoproject +.komodotools \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..87f1138 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "cliend_proxy", + "version": "1.0.0", + "description": "ClienD proxy - Wireless@School proxy setup script for linux", + "main": "start.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/atnartur/cliend-proxy.git" + }, + "keywords": [ + "edu.tatar.ru", + "cliend", + "wireless@school", + "tatarstan" + ], + "author": "ClienDDev team", + "license": "ISC", + "bugs": { + "url": "https://github.com/atnartur/cliend-proxy/issues" + }, + "homepage": "https://github.com/atnartur/cliend-proxy#readme" +} diff --git a/start.js b/start.js new file mode 100644 index 0000000..c08ffec --- /dev/null +++ b/start.js @@ -0,0 +1 @@ +var fs = require('fs'); \ No newline at end of file