forked from csantanapr/ionic-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
{
"name": "ionchat",
"version": "0.0.1",
"description": "A sample nodejs app for Bluemix and Ionic",
"scripts": {
"start": "node server.js"
},
"license": "Apache-2.0",
"dependencies": {
"cfenv": "1.0.x",
"cloudant": "^1.3.0",
"compression": "^1.5.2",
"express": "4.12.x",
"express-minify": "^0.1.6",
"socket.io": "^1.3.6",
"ws": "0.8.x"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0",
"gulp": "^3.5.6",
"gulp-sass": "^1.3.3",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"repository": {},
"engines": {
"node": "0.12.x"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-camera",
"ionic-plugin-keyboard",
{
"locator": "https://github.com/litehelpers/Cordova-sqlite-storage",
"id": "cordova-sqlite-storage"
}
],
"cordovaPlatforms": [
"ios",
"android"
]
}