-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·68 lines (68 loc) · 1.77 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "ngexplorer2.0",
"version": "2.0.0",
"description": "Indexes and Found files in the network use coffee-script, webpack, mongodb, elasticsearch, express, clients in vue2, react and angular2",
"server": "index.coffee",
"scripts": {
"start": "node server",
"dev": "webpack --watch --watch-poll",
"prod": "webpack -p",
"test": "mocha --compilers coffee:coffee-script/register -R spec -u bdd -w"
},
"keywords": [
"elasticsearch",
"mongodb",
"webpack",
"vuejs",
"react",
"angular2"
],
"author": "gustaYo",
"license": "ISC",
"dependencies": {
"@marsaud/smb2": "^0.7.2",
"async": "^2.4.0",
"asyncawait": "^1.0.6",
"bcrypt": "^1.0.2",
"body-parser": "^1.16.0",
"callback2promise": "^1.0.2",
"cheerio": "^0.20.0",
"cors": "^2.8.1",
"ejs": "^2.5.5",
"express": "^4.14.1",
"express-graphql": "^0.6.5",
"express-jwt": "^5.1.0",
"express-useragent": "^1.0.7",
"ftp": "^0.3.10",
"got": "^6.7.1",
"graphql": "^0.9.1",
"imgur": "^0.2.0",
"ip": "^1.1.4",
"jsonwebtoken": "^7.4.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"mongoosastic": "^4.2.4",
"mongoose": "^4.8.0",
"mongoose-unique-validator": "^1.0.5",
"morgan": "^1.7.0",
"request": "^2.73.0",
"request-ip": "^1.3.0",
"smb2": "^0.2.7",
"ssh2": "^0.5.4",
"translate-smb-path": "0.0.2"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"coffee-import-loader": "^1.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.2",
"imports-loader": "^0.7.0",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"mocha-webpack": "^0.7.0",
"should": "^11.2.0",
"webpack": "^1.14.0"
}
}