-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 2.37 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
{
"name": "WhichDegreeWebApp",
"version": "0.0.2",
"description": "WhichDegree.co is a domain-based degree exploration platform whos mission is to connect you to straight-talk from professionals.",
"main": "server/index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server/index.js",
"test": "make test",
"update-webdriver": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update && node node_modules/protractor/bin/webdriver-manager update",
"update-ie": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update --ie && node node_modules/protractor/bin/webdriver-manager update --ie"
},
"engines": {
"node": "0.12.x",
"npm": "2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/JesusGuerrero/MAHRIO.git"
},
"author": "Jesus Rocha",
"license": "private",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.44",
"bell": "5.0.1",
"boom": "^2.5.1",
"crypto": "0.0.3",
"good": "6.3.0",
"good-console": "^5.0.0",
"hapi": "~8.8.1",
"hapi-auth-bearer-token": "3.1.1",
"hapi-auth-cookie": "3.1.0",
"jade": "^1.9.1",
"mailgun-js": "^0.7.1",
"mongoose": "^4.0.0",
"mongoose-unique-validator": "~0.4.1",
"node-env-file": "^0.1.4",
"q": "^1.1.2",
"request": "^2.51.0",
"socket.io": "^1.3.5",
"stripe": "^4.1.0",
"underscore": "^1.8.2"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-include-source": "^0.6.1",
"grunt-karma": "^0.9.0",
"grunt-newer": "^1.1.1",
"grunt-protractor-runner": "^2.1.0",
"grunt-run": "^0.5.1",
"grunt-script-link-tags": "^1.0.2",
"install": "^0.1.8",
"karma": "^0.12.24",
"karma-jasmine": "^0.2.3",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"lab": "^4.0.1",
"load-grunt-tasks": "^1.0.0",
"mkdirp": "^0.5.1",
"protractor": "^2.5.1",
"sinon": "^1.10.3"
}
}