-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 892 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
29
30
31
32
33
34
35
{
"name": "neuraltalk-http",
"version": "1.0.0",
"author": "",
"description": "",
"main": "neuraltalk-http.js",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.0",
"decompress": "^3.0.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"fstream": "^1.0.8",
"google-images": "^0.1.4",
"morgan": "^1.6.1",
"swig": "^1.4.2",
"uuid": "^2.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zepspaiva/neuraltalk-http.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/zepspaiva/neuraltalk-http/issues"
},
"homepage": "https://github.com/zepspaiva/neuraltalk-http#readme"
}