-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 814 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "pam3",
"version": "1.0.0",
"description": "Access your PC from devices within same network",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/cjkumaresh/pam3.git"
},
"keywords": [
"remote PC",
"mobile"
],
"author": "cjkumaresh",
"license": "MIT",
"bugs": {
"url": "https://github.com/cjkumaresh/pam3/issues"
},
"homepage": "https://github.com/cjkumaresh/pam3",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"ip": "1.1.0",
"mime-types": "^2.1.10",
"multer": "^1.1.0",
"open": "0.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0"
}
}