-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.05 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.05 KB
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
{
"name": "web-wow-viewer",
"version": "0.0.1",
"authors": [
"Deamon87 <dmitolm@gmail.com>"
],
"description": "Web based map viewer for WoW",
"license": "GPL",
"main": "index.html",
"window": {
"toolbar": true
},
"scripts": {
"server": "webpack-dev-server --debug --history-api-fallback --inline --progress --port 8888 --display-reasons --colors -p --display-error-details"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-plugin-undeclared-variables-check": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"bootstrap-loader": "^1.0.10",
"bootstrap-sass": "^3.3.6",
"bower-webpack-plugin": "^0.1.9",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"grunt-angular-templates": "0.5.7",
"grunt-bower-concat": "0.4.0",
"grunt-bower-task": "0.4.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.0",
"grunt-ngmin": "0.0.3",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-glsl-loader": "^1.0.1",
"worker-loader": "^0.7.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"angular": "^1.5.1",
"angular-animate": "^1.5.1",
"angular-route": "^1.5.1",
"angular-ui-bootstrap": "^1.2.5",
"angular-ui-router": "^0.2.18",
"axios": "^0.9.1",
"bluebird": "^3.3.4",
"decode-dxt": "^1.0.0",
"gl-matrix": "^2.3.2",
"glslify-loader": "^1.0.2",
"hammer-timejs": "^1.1.0",
"hammerjs": "^2.0.8",
"raw-loader": "^0.5.1",
"stats.js": "0.0.14-master"
},
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}