moved all files to code directory
This commit is contained in:
27
nodejs/package.json
Executable file
27
nodejs/package.json
Executable file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "proxy-api",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"author": [
|
||||
{
|
||||
"name": "William Mantly",
|
||||
"email": "wmantly@gmail.com"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"authenticate-pam": "github:WeiAnAn/node-authenticate-pam",
|
||||
"express": "~4.16.1",
|
||||
"forever": "^1.0.0",
|
||||
"linux-sys-user": "github:wmantly/linux-user",
|
||||
"linux-user": "github:wmantly/linux-user",
|
||||
"redis": "^2.8.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.theta42.com/wmantly/proxy.git"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user