forked from ThePersonaProject/ThePersona
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.14 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.14 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
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
{
"name": "ThePersona",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"server-dev": "nodemon --inspect -r dotenv/config database/dbInitialize.js",
"test-dev": "karma start",
"test": "mocha spec/serverSpec.js --exit"
},
"engines": {
"node": "8.9.1"
},
"author": [
"David Inoa",
"Patty Kovash",
"Peter Wang",
"Travis Tillman"
],
"license": "ISC",
"devDependencies": {
"angular-mocks": "^1.6.2",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"jasmine-core": "^2.99.1",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs2-launcher": "v0.5.0",
"mocha": "^5.0.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "v2.1.4",
"sinon": "1.17.7"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.14",
"angular": "^1.6.3",
"angular-animate": "^1.6.9",
"angular-chart.js": "^1.1.1",
"angular-mocks": "^1.6.2",
"angular-ui-bootstrap": "^2.5.6",
"bluebird": "^3.5.1",
"body-parser": "^1.17.2",
"chai-things": "^0.2.0",
"chart.js": "^2.7.1",
"cloudinary": "^1.9.1",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"express-sequelize-session": "^0.4.0",
"express-session": "^1.15.6",
"file-system": "^2.2.2",
"fs": "0.0.1-security",
"jquery": "^3.1.1",
"jsonwebtoken": "^8.1.1",
"karma-es6-shim": "^1.0.0",
"karma-headless-chrome-launcher": "0.0.6",
"karma-requirejs": "^1.1.0",
"lodash": "^4.17.4",
"mysql": "^2.13.0",
"mysql2": "^1.5.1",
"node-mocks-http": "^1.6.6",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"path": "^0.12.7",
"request": "^2.83.0",
"requirejs": "^2.3.5",
"sequelize": "^4.32.1",
"server.js": "^1.0.0",
"synaptic": "^1.1.4",
"watson-developer-cloud": "^3.0.5"
}
}