forked from MicrosoftDX/Vorlonjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.62 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
{
"name": "vorlon",
"version": "0.5.4",
"description": "vorlon",
"main": "Server/server.js",
"dependencies": {
"body-parser": "~1.12.3",
"colors": "~1.1.2",
"cookie-parser": "~1.3.5",
"cookieparser": "~0.1.0",
"cors": "^2.7.1",
"express": "~4.12.3",
"express-session": "~1.11.1",
"favicon": "0.0.2",
"http-proxy": "~1.11.2",
"jade": "~1.9.2",
"json": "~9.0.3",
"method-override": "2.3.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"multer": "~0.1.8",
"pageres": "^4.1.2",
"passport": "~0.2.1",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.3",
"socket.io": "^1.5.0",
"stylus": "~0.50.0",
"winston": "~1.0.1",
"winston-azure": "0.0.4",
"winston-logs-display": "~0.1.1",
"xmlhttprequest": "~1.7.0"
},
"devDependencies": {
"gulp": "~3.9.1",
"gulp-concat": "~2.2.0",
"gulp-filter": "~0.4.1",
"gulp-less": "~3.0.3",
"gulp-mocha": "~2.2.0",
"gulp-rename": "~1.2.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-typescript": "~2.13.6",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.14",
"gulp-webserver": "~0.9.0",
"gulp-zip": "~3.0.2",
"merge2": "~0.3.5",
"mocha-junit-reporter": "^1.9.1",
"through": "~2.3.4",
"typescript": "^1.8.10"
},
"scripts": {
"global-deploy-gulp": "npm install -g gulp",
"global-deploy-gulp-cli": "npm install -g gulp-cli",
"build-all": "gulp --gulpfile=./gulpfile.js",
"build": "node disclaimer.js && npm run build-all",
"prepublish": "npm run build",
"start": "node ./Server/server.js"
},
"bin": {
"vorlon": "./bin/vorlon"
}
}