forked from iSCInc/mercury
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.32 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
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "Mercury",
"version": "179.0.0",
"description": "Wikia Web Application",
"main": "server.js",
"scripts": {
"dev": "rm -rf www && gulp --nosync",
"local": "rm -rf www && gulp",
"start": "rm -rf www && npm run build && node www/server/server.js",
"test": "rm -rf www && gulp build --type prod --nosync --testing && gulp karma && gulp node-test",
"coverage": "rm -rf www && gulp build --nosync --testing && gulp karma && gulp node-test",
"build": "gulp build --type prod --nosync"
},
"repository": "git://github.com/Wikia/mercury.git",
"license": "MIT",
"homepage": "https://github.com/Wikia/mercury",
"private": true,
"dependencies": {
"bluebird": "2.9.24",
"boom": "2.7.0",
"bunyan": "1.3.4",
"bunyan-syslog": "^0.3.0",
"bunyan-prettystream": "^0.1.3",
"deep-extend": "^0.3.2",
"crumb": "4.0.3",
"handlebars": "2.0.0",
"hapi": "8.4.0",
"hapi-i18next": "2.2.0",
"hoek": "2.12.0",
"i18next": "1.7.10",
"newrelic": "1.18.1",
"wreck": "6.3.0"
},
"devDependencies": {
"browser-sync": "^2.5.3",
"ember-template-compiler": "^1.9.0-alpha",
"flipcss": "^0.2.8",
"glob": "^4.3.5",
"gulp": "3.x.x",
"gulp-autoprefixer": "2.x.x",
"gulp-babel": "5.2.1",
"gulp-cached": "1.x.x",
"gulp-concat": "2.x.x",
"gulp-declare": "^0.3.0",
"gulp-develop-server": "^0.2.5",
"gulp-fixtures2js": "0.0.1",
"gulp-folders": "1.x.x",
"gulp-gzip": "1.1.0",
"gulp-if": "1.x.x",
"gulp-karma": "0.0.4",
"gulp-minify-html": "1.0.x",
"gulp-newer": "^0.5.0",
"gulp-preprocess": "1.x.x",
"gulp-rename": "1.x.x",
"gulp-replace": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "0.x.x",
"gulp-sass": "1.3.3",
"gulp-svg-symbols": "0.x.x",
"gulp-tslint": "1.x.x",
"gulp-typedoc": "^1.1.0",
"gulp-typescript": "~2.6.0",
"gulp-uglify": "1.x.x",
"gulp-useref": "1.x.x",
"gulp-util": "3.x.x",
"gulp-vulcanize": "^6.0.1",
"gulp-wrap": "^0.11.0",
"karma": "0.12.x",
"karma-chrome-launcher": "0.x.x",
"karma-coverage": "0.x.x",
"karma-phantomjs-launcher": "0.x.x",
"karma-qunit": "0.x.x",
"multipipe": "^0.1.2",
"ordered-merge-stream": "0.0.0",
"qunit": "0.x.x",
"qunitjs": "1.18.0",
"through2": "^0.6.3",
"tslint": "^2.1.1"
}
}