-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 882 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 882 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
39
{
"name": "linkfinder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"config": {
"unsafe-perm": true
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"bunyan": "^1.8.1",
"chai": "^3.5.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-develop-server": "^0.5.2",
"gulp-less": "^3.1.0",
"gulp-minify": "0.0.14",
"gulp-mocha": "^3.0.1",
"gulp-uglify": "^2.0.0",
"jsonwebtoken": "^7.1.9",
"less": "^2.7.1",
"mocha": "^3.0.2",
"mssql": "^3.3.0",
"mysql": "^2.11.1",
"passport": "^0.3.2",
"passport-token": "^0.1.3",
"pm2": "^2.0.12",
"pump": "^1.0.1"
}
}