This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
{
"name": "glimpse.client.hud",
"version": "0.23.2",
"description": "The Javascript client that acts as an in browser viewer for the various Glimpse server backends",
"main": "dist/hud.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glimpse/Glimpse.Client.git"
},
"keywords": [
"performance",
"debugging",
"diagnostics"
],
"author": "Anthony van der Hoorn",
"license": "MIT",
"bugs": {
"url": "https://github.com/Glimpse/Glimpse.Client/issues"
},
"homepage": "https://github.com/Glimpse/Glimpse.Client#readme",
"devDependencies": {
"autoprefixer-loader": "3.2.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "2.18.8",
"chance": "^1.0.6",
"css-loader": "0.27.3",
"del": "^2.2.0",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-if": "2.0.2",
"gulp-minify-html": "1.0.6",
"gulp-util": "3.0.8",
"gulp-zip": "^4.0.0",
"imports-loader": "0.7.1",
"jscs": "3.0.7",
"jshint": "2.9.4",
"jshint-loader": "0.8.4",
"lodash": "^4.17.4",
"minimist": "1.2.0",
"moment": "^2.10.6",
"node-sass": "4.5.0",
"run-sequence": "1.2.2",
"sass-loader": "^6.0.3",
"source-map-loader": "0.2.0",
"style-loader": "0.14.1",
"url-loader": "^0.5.6",
"webpack": "2.2.1"
},
"dependencies": {
"uri-templates": "^0.2.0"
}
}