-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.33 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.33 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "socialup",
"version": "0.1.2",
"description": "Optimize Social Network use",
"main": "index.js",
"scripts": {
"test": "node node_modules/gulp/bin/gulp coverage",
"oldstart": "node index.js",
"start": "node server/oauthCallback.js",
"server:start": "coffee src/server/coffee/oauthCallback.coffee",
"server:debug": "DEBUG=googleapis:*; coffee src/server/coffee/oauthCallback.coffee",
"postinstall": "node node_modules/bower/bin/bower install && npm run gulp",
"gulp": "node node_modules/gulp/bin/gulp",
"watch": "node node_modules/gulp/bin/gulp watch",
"build-prod": "node node_modules/gulp/bin/gulp prod",
"minifyServer": "node node_modules/gulp/bin/gulp minifyServer",
"server:test": "node node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register test/server/**/*.coffee -R spec -u bdd",
"server:test-watch": "npm run server:test -w",
"client:test": "node_modules/.bin/karma start test/client/karma.conf.coffee",
"coverage": "istanbul-combine -p both -r none coverage/client-report/coverage-final.json coverage/server-report/coverage-final.json",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"bluebird": "3.4.7",
"body-parser": "1.16.0",
"bower": "1.8.8",
"coffee-script": "1.12.3",
"coffeelint": "1.16.0",
"cookie-parser": "1.4.3",
"dotenv": "4.0.0",
"express": "4.14.1",
"git-guppy": "2.1.0",
"googleapis": "16.1.0",
"gulp": "3.9.1",
"gulp-coffee": "2.3.3",
"gulp-coffee-istanbul": "0.9.1",
"gulp-coffeelint": "0.6.0",
"gulp-concat-css": "2.3.0",
"gulp-filter": "4.0.0",
"gulp-jade": "1.1.0",
"gulp-jasmine": "2.4.2",
"gulp-jshint": "2.0.4",
"gulp-less": "3.3.0",
"gulp-mocha": "3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "1.2.2",
"gulp-strip-debug": "1.1.0",
"gulp-uglify": "2.0.1",
"jshint": "2.9.4",
"lodash": "^4.17.2",
"moment": "2.19.3",
"mongodb": "2.2.22",
"multer": "1.3.0",
"nock": "9.0.3",
"node-schedule": "1.2.0",
"nodemailer": "2.7.0",
"passport": "^0.3.2",
"passport-openid": "^0.4.0",
"pug": "2.0.0-beta10",
"q": "2.0.3",
"querystring": "0.2.0",
"request": "2.82.0",
"traceur": "0.0.111",
"snyk": "^1.316.2"
},
"engines": {
"node": "7.2.0",
"npm": "~3.10.9"
},
"repository": {
"type": "git",
"url": "https://github.com/HugoCapocci/socialup.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"coffee-coverage": "1.0.1",
"guppy-pre-commit": "0.4.0",
"istanbul": "~0.4.5",
"istanbul-traceur": "1.0.10",
"jasmine": "2.5.3",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "^3.2.0",
"jshint-stylish": "2.2.1",
"karma": "1.4.1",
"karma-coffee-preprocessor": "1.0.1",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-requirejs": "1.1.0",
"karma-sinon-chai": "~1.2.4",
"lolex": "1.5.2",
"mocha": "3.2.0",
"mock-fs": "3.12.1",
"nock": "9.0.2",
"phantomjs": "~2.1.7",
"requirejs": "2.3.2",
"should": "11.2.0",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"traceur": "0.0.111"
},
"snyk": true
}