-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 850 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
36
37
{
"name": "123",
"namelower": "123",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "gulp start:dev"
},
"dependencies": {
"amdefine": "^1.0.1",
"bcrypt": "^1.0.1",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jsonwebtoken": "^7.2.1",
"jwt-simple": "^0.5.1",
"mongoose": "^4.7.1",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^2.2.1",
"requirejs": "^2.3.2"
},
"devDependencies": {
"browser-sync": "^2.18.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-exec": "^2.1.3",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"run-sequence": "^1.2.2",
"typescript": "latest",
"win-spawn": "^2.0.0"
}
}