-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "omh-web-visualizations",
"version": "1.2.0",
"author": "Jasper Speicher <[email protected]>",
"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-connect": "^2.3.1",
"gulp-jsdoc3": "^0.2.1",
"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",
"ink-docstrap": "^1.1.4",
"jasmine-core": "^2.3.4",
"jsdoc": "^3.4.0",
"karma": "^0.13.19",
"karma-jasmine": "^0.3.5",
"karma-notify-reporter": "^0.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^2.1.1"
},
"dependencies": {}
}