-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
116 lines (116 loc) · 3.2 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "Plateful",
"description": "Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.",
"author": "jacek@jtom.me",
"license": "MIT",
"devDependencies": {
"karma": "^0.12.1",
"chai": "^1.9.1",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.0",
"karma-chrome-launcher": "^0.1.2",
"karma-cli": "0.0.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.3",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-osx-reporter": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.2",
"karma-ubuntu-reporter": "0.0.3",
"mocha": "^1.18.2",
"open": "0.0.4",
"protractor": "^0.19.0",
"protractor-coffee-preprocessor": "0.0.1",
"ripple-emulator": "~0.9.20",
"run-sequence": "~0.3.6",
"should": "^4.0.4",
"supertest": "^0.13.0",
"weinre": "^2.0.0-pre-HH0SN197"
},
"dependencies": {
"bluebird": "^2.2.2",
"body-parser": "^1.4.3",
"browser-sync": "^1.3.5",
"busboy": "^0.2.8",
"coffee-script": "^1.7.1",
"composable-middleware": "^0.3.0",
"compression": "^1.0.8",
"connect-busboy": "0.0.1",
"connect-livereload": "^0.4.0",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.2",
"cordova": "^3.5.0-0.2.6",
"cors": "^2.4.2",
"ecstatic": "~0.4.13",
"ejs": "^1.0.0",
"errorhandler": "^1.1.1",
"execSync": "^1.0.1-pre",
"express": "^4.6.1",
"express-jwt": "^0.2.2",
"express-session": "^1.6.5",
"extend": "^1.2.1",
"factual-api": "^1.0.7",
"google-places": "0.0.2",
"googleapis": "^0.4.5",
"googleplaces": "0.0.1",
"gulp": "^3.8.7",
"gulp-cache": "^0.1.2",
"gulp-changed": "~0.2.0",
"gulp-clean": "~0.2.4",
"gulp-coffee": "~1.4.1",
"gulp-concat": "~2.1.7",
"gulp-connect": "^2.0.6",
"gulp-ejs": "^0.2.1",
"gulp-jade": "~0.4.2",
"gulp-livereload": "~1.1.1",
"gulp-nodemon": "^1.0.4",
"gulp-notify": "~0.6.2",
"gulp-protractor": "0.0.7",
"gulp-sass": "~0.7.0",
"gulp-shell": "^0.2.5",
"gulp-util": "~2.2.14",
"jade": "^1.3.0",
"jsonwebtoken": "^0.4.1",
"karma-coverage": "^0.2.6",
"locu": "0.0.4",
"lodash": "^2.4.1",
"method-override": "^2.1.1",
"mongoose": "^3.8.13",
"morgan": "^1.1.1",
"node-neo4j": "^2.0.0-RC6",
"node-parse-api": "^0.2.8",
"parse": "^1.2.19",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"q": "^1.0.1",
"request": "^2.40.0",
"seraph": "^0.9.8",
"should": "^4.0.4",
"socket.io": "^1.0.6",
"socketio-jwt": "^2.3.1",
"static-favicon": "^2.0.0-alpha",
"supertest": "^0.13.0",
"underscore": "^1.6.0",
"yelp": "^0.1.1"
},
"version": "0.0.0",
"main": "gulpfile.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Plateful/plateful-mobile.git"
},
"bugs": {
"url": "https://github.com/Plateful/plateful-mobile/issues"
},
"homepage": "http://plateful.io"
}