-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
93 lines (93 loc) · 2.06 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
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"author": "Jose Antonio Perdiguero Lopez",
"browser": {
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.min.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"bootstrap": {
"depends": [
"jquery:jQuery",
"tether:Tether"
]
}
},
"bugs": {
"url": "https://github.com/PeRDy/health-check/issues"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha",
"flux": "^2.1.1",
"font-awesome": "^4.6.3",
"highlight.js": "^9.7.0",
"jquery": "^3.1.0",
"keymirror": "^0.1.1",
"object-assign": "^4.1.0",
"prismjs": "^1.5.1",
"react": "^15.3.1",
"react-dom": "^15.3.1"
},
"description": "",
"dest": {
"apps": "./apps",
"css": "./health_check/css",
"dist": "./health_check",
"fonts": "./health_check/fonts",
"style": "./css/style.css"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"browserify-shim": "^3.8.12",
"del": "^2.2.2",
"eslint": "^3.4.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-flatmap": "^1.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"tether": "^1.3.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"homepage": "https://github.com/PeRDy/health-check#readme",
"keywords": [
"django",
"status",
"health",
"check",
"api"
],
"license": "GPL-3.0",
"main": "js/app.js",
"name": "health-check",
"paths": {
"apps": [
"./js/*.jsx"
],
"css": [],
"fonts": [
"./node_modules/font-awesome/fonts/*"
],
"html": "*.html",
"js": "./js/**/*.js",
"jsx": "./js/**/*.jsx",
"scss": "./scss/**/*.scss",
"static": "./health_check/static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeRDy/health-check.git"
},
"version": "1.0.0"
}