-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 849 Bytes
/
package.json
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
{
"name": "trasnmission-node-rest",
"version": "1.0.0",
"description": "A REST Server using the transmission lib. The library don't work on web navigators. With this lib you can connect with your Angular App or React.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter=nyan",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaulGF92/transmission-node-rest.git"
},
"author": "raulgf92",
"license": "ISC",
"bugs": {
"url": "https://github.com/RaulGF92/transmission-node-rest/issues"
},
"homepage": "https://github.com/RaulGF92/transmission-node-rest#readme",
"dependencies": {
"body-parser": "^1.17.2",
"color": "^1.0.3",
"express": "^4.15.3",
"express-fileupload": "^0.1.3",
"multer": "^1.3.0",
"transmission": "^0.4.9"
}
}