-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.48 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
{
"name": "pearl-client",
"version": "1.2.0",
"description": "Personal health assistant client for the iOS",
"author": "David Zhu <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/openpearl/PearlClient"
},
"bugs": {
"url": "https://github.com/openpearl/PearlClient/issues"
},
"dependencies": {
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"replace": "^0.3.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"bower": "^1.3.3",
"browserify": "^10.2.3",
"chai": "^3.0.0",
"gulp-debug": "^2.0.1",
"gulp-flatten": "^0.1.0",
"gulp-postcss": "^5.1.8",
"gulp-util": "^2.2.14",
"gulp-watch": "^4.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.12.37",
"karma-browserify": "^4.2.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"shelljs": "^0.3.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard",
{
"locator": "https://github.com/Telerik-Verified-Plugins/HealthKit",
"id": "com.telerik.plugins.healthkit"
},
"cordova-plugin-statusbar"
],
"cordovaPlatforms": [
"ios"
],
"license": "Apache-2.0"
}