Skip to content

Commit

Permalink
First
Browse files Browse the repository at this point in the history
  • Loading branch information
atnartur committed Aug 15, 2015
0 parents commit c4519dd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
*.komodoproject
.komodotools
25 changes: 25 additions & 0 deletions 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"
}
1 change: 1 addition & 0 deletions start.js
@@ -0,0 +1 @@
var fs = require('fs');

0 comments on commit c4519dd

Please sign in to comment.