-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.31 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.31 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
49
50
51
52
53
54
55
{
"name": "page100",
"version": "1.0.0",
"description": "Book matching app",
"main": "server/server.js",
"repository": "https://github.com/codeUsLab/eventus.git",
"author": "codeusLab",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.7.12",
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.1",
"chai": "^3.0.0",
"cors": "^2.7.1",
"eslint": "^0.23.0",
"express": "^4.12.4",
"google-books-search": "^0.1.3",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.2.0",
"gulp-eslint": "^0.14.0",
"gulp-jade": "^1.0.1",
"gulp-minify-css": "^0.3.0",
"gulp-mocha": "^2.1.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"jwt-simple": "^0.3.0",
"mocha": "^2.2.5",
"mongodb": "^2.0.35",
"mongoose": "^4.0.6",
"mongoose-auto-increment": "^4.0.0",
"morgan": "^1.6.0",
"q": "^1.4.1",
"request": "^2.58.0",
"sinon": "^1.15.3",
"supertest": "^1.0.1",
"ui-router": "0.0.1"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard"
],
"cordovaPlatforms": [
"ios",
"android"
]
}