-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.84 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
{
"name": "namelearner",
"version": "1.0.0",
"description": "Stop forgetting names!",
"main": "dist/server/server.js",
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js build",
"clean": "node ./node_modules/gulp/bin/gulp.js clean",
"import": "node ./dist/setup/importData.js",
"start": "node ./node_modules/supervisor/lib/cli-wrapper.js -w dist/server dist/server/server.js",
"test": "echo \"Error: tests not set up\" && exit 1",
"watch": "node ./node_modules/gulp/bin/gulp.js watch",
"term": "node ./dist/server/dev/term.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joswhite/namelearner.git"
},
"author": "Joseph White",
"license": "MIT",
"homepage": "https://github.com/joswhite/namelearner#readme",
"dependencies": {
"@types/connect-ensure-login": "0.1.0",
"@types/connect-mongo": "0.0.32",
"@types/express-session": "0.0.32",
"@types/formidable": "1.0.29",
"@types/passport": "0.3.3",
"@types/passport-http-bearer": "1.0.30",
"@types/passport-local": "1.0.29",
"async": "2.4.0",
"bcrypt": "1.0.2",
"body-parser": "1.15.2",
"connect-mongo": "1.3.2",
"content-type": "1.0.2",
"express": "4.14.0",
"express-session": "1.15.1",
"formidable": "1.1.1",
"github-webhook-handler": "0.6.0",
"http-status-codes": "1.0.6",
"jsonfile": "2.4.0",
"mime": "1.3.4",
"moment": "2.18.1",
"mongoose": "4.7.0",
"passport": "0.3.2",
"passport-local": "1.0.0"
},
"devDependencies": {
"@types/angular": "1.5.8",
"@types/angular-mocks": "1.5.5",
"@types/angular-resource": "1.5.8",
"@types/angular-ui-router": "1.1.34",
"@types/bcrypt": "1.0.0",
"@types/body-parser": "0.0.33",
"@types/colors": "1.1.1",
"@types/cookie-parser": "1.3.30",
"@types/es6-shim": "0.31.32",
"@types/express": "4.0.34",
"@types/http-status-codes": "1.0.29",
"@types/mongoose": "4.7.0",
"@types/morgan": "1.7.32",
"@types/node": "0.0.2",
"angular": "1.5.8",
"angular-mocks": "1.5.8",
"angular-resource": "1.5.8",
"autoprefixer": "6.5.3",
"colors": "1.1.2",
"connect-ensure-login": "0.1.1",
"cookie-parser": "1.4.3",
"css-loader": "0.26.1",
"debug": "2.6.1",
"ejs": "2.5.6",
"forever": "0.15.3",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-typescript": "3.1.4",
"gulp-watch": "4.3.11",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.24.1",
"morgan": "1.8.1",
"ngtemplate-loader": "1.3.1",
"node-sass": "4.3.0",
"postcss-loader": "1.2.2",
"readcommand": "0.3.0",
"sass-loader": "4.1.1",
"style-loader": "0.13.1",
"supervisor": "0.12.0",
"ts-loader": "1.3.3",
"tslint": "4.3.1",
"tslint-loader": "3.3.0",
"typescript": "2.2.1",
"webpack": "1.14.0",
"webpack-stream": "3.2.0"
}
}