forked from openmhealth/web-visualizations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1014 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1014 Bytes
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
{
"name": "omh-web-visualizations",
"version": "1.0.0",
"author": "Jasper Speicher <jasper@openmhealth.org>",
"homepage": "http://www.openmhealth.org",
"private": false,
"description": "A JS library for visualizing Open mHealth formatted data. Defaults for weight, heart rate, blood pressure, and activity are included.",
"repository": {
"type": "git",
"url": "git://github.com/openmhealth/web-visualizations.git"
},
"bugs": {
"url": "https://github.com/openmhealth/web-visualizations"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cache": "^0.2.10",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
}
}