forked from intersystems-community/DeepSeeWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 916 Bytes
/
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
{
"name": "DeepSeeWeb",
"author": "Gnibeda A.A",
"version": "2.0.21",
"description": "Renderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client",
"repository": {
"type": "git",
"url": "https://github.com/intersystems-ru/DeepSeeWeb"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.5.0",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-github-release": "^1.0.3",
"gulp-jshint": "^1.9.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-traceur-compiler": "^1.1.4",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.2.0",
"gulp-zip": "^3.0.2",
"through2": "^2.0.1"
},
"keywords": [
"deepsee",
"intersystems",
"cache",
"data",
"charts",
"analysis",
"visualization"
],
"dependencies": {
"gulp-bump": "^0.3.1"
}
}