-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.75 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
{
"name": "cerberus.js",
"version": "0.0.27",
"description": "[WIP] Coming soon...",
"engines": {
"node": "^6.4.0",
"npm": "^3.10.7"
},
"main": "./gulp/data/bin/cerberus",
"scripts": {
"postinstall": "jspm install && gulp build",
"start": "gulp dev",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCodeDestroyer/cerberus.git"
},
"keywords": [],
"author": "Nace Logar",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheCodeDestroyer/cerberus/issues"
},
"homepage": "https://github.com/TheCodeDestroyer/cerberus#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"cors": "^2.7.1",
"events": "^1.1.0",
"express": "^4.13.4",
"express-jwt": "^3.4.0",
"express-session": "^1.13.0",
"http": "0.0.0",
"jsonwebtoken": "^7.0.0",
"lodash": "^4.11.1",
"mongoose": "^4.4.11",
"morgan": "^1.7.0",
"oauth2orize": "^1.2.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"shelljs": "^0.6.0",
"socket.io": "^1.4.5",
"yargs": "^4.3.2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "v6.0.0-beta.6",
"babel-plugin-syntax-flow": "^6.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-systemjs": "^6.6.5",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-0": "^6.5.0",
"del": "^2.2.0",
"eslint": "^2.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.1.0",
"gulp-eslint": "^2.0.0",
"gulp-git": "^1.7.1",
"gulp-json-editor": "^2.2.1",
"gulp-live-server": "0.0.29",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.5",
"jspm": "^0.16.31",
"object.assign": "^4.0.3",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5"
},
"preferGlobal": true,
"bin": {
"cerberus": "./gulp/data/bin/cerberus"
},
"jspm": {
"configFile": "jspmConfig.js",
"dependencies": {
"aurelia-auth": "npm:aurelia-auth@^3.0.1",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.0.0-beta.1.2.0",
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.2.0",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"font-awesome": "npm:font-awesome@^4.5.0",
"moment": "npm:moment@^2.12.0",
"whatwg-fetch": "npm:whatwg-fetch@^0.11.0"
},
"devDependencies": {}
}
}