-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "MightyPlayground",
"version": "1.0.0",
"description": "Thought Drop creates serendipitous message discovery as users go about their day. You can leave a public note, or a private one for your friends!",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"postinstall": "bower install"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/MightyPlayground/MightyPlayground"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MightyPlayground/MightyPlayground/issues"
},
"homepage": "https://github.com/MightyPlayground/MightyPlayground",
"dependencies": {
"aws-sdk": "^2.1.14",
"body-parser": "^1.11.0",
"bower": "^1.3.3",
"ejs": "*",
"express": "^4.11.2",
"mongo": "^0.1.0",
"mongoose": "^3.8.23",
"morgan": "^1.5.1",
"q": "^1.1.2"
},
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^2.2.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-build": "^0.5.3",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.3",
"gulp-inject-string": "0.0.2",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.0",
"gulp-nodemon": "^1.0.5",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-shell": "^0.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^2.2.14",
"gulp-watch": "^4.1.1",
"karma": "^0.12.31",
"mongoose-auto-increment": "^3.2.0",
"run-sequence": "^1.0.2",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"org.apache.cordova.device",
"org.apache.cordova.console",
"com.ionic.keyboard",
"org.apache.cordova.inappbrowser",
"org.apache.cordova.geolocation",
"https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git",
"org.apache.cordova.camera",
"org.apache.cordova.file-transfer",
"https://github.com/cowbell/cordova-plugin-geofence",
"org.apache.cordova.contacts"
]
}