-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.11 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "Math-Games-Multi",
"private": true,
"version": "0.0.1",
"description": "Multiplayer api",
"keywords": [],
"dependencies": {
"async": "^1.5.2",
"bcrypt": "^0.8.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"concat-map": "0.0.1",
"connect": "^3.4.1",
"connect-mongo": "^0.8.2",
"cookie": "^0.3.1",
"crypto-js": "^3.1.9-1",
"cryptojs": "^2.5.3",
"ejs": "~0.8.4",
"glob-fs": "~0.1.6",
"grunt": "0.4.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"html": "^1.0.0",
"include-all": "~0.1.3",
"jsonwebtoken": "^7.4.1",
"jwt-simple": "^0.2.0",
"kerberos": "0.0.23",
"lodash": "^4.17.4",
"machinepack-mandrill": "^1.1.0",
"moment": "^2.9.0",
"mongodb": "^2.2.29",
"mongoose": "^4.11.1",
"ng-file-upload": "~12.2.13",
"ngUpload": "^0.5.21",
"node-schedule": "^1.0.0",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-google-oauth2": "^0.1.6",
"passport-linkedin-oauth2": "^1.4.0",
"passport-local": "^1.0.0",
"python-shell": "^0.4.0",
"rand-token": "^0.2.1",
"rc": "~0.5.0",
"redis": "^2.6.2",
"request": "^2.51.0",
"sails": "~0.10.5",
"sails-auth": "^1.3.1",
"sails-disk": "~0.10.0",
"sails-mongo": "^0.10.9"
},
"devDependencies": {
"babel-core": "^6.25.0",
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"css-flip": "git://github.com/geedmo/css-flip.git",
"factory-girl": "^4.3.0",
"faker": "^3.1.0",
"gulp": "^3.8.10",
"gulp-angular-htmlify": "^0.4.0",
"gulp-changed": "^1.1.0",
"gulp-concat": "^2.4.1",
"gulp-css-flip": "^0.4.0",
"gulp-expect-file": "0.0.7",
"gulp-filter": "^1.0.2",
"gulp-html-prettify": "0.0.1",
"gulp-ignore": "^1.2.1",
"gulp-jade": "^0.8.0",
"gulp-less": "^1.3.9",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^0.3.11",
"gulp-ng-annotate": "^0.4.3",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.8",
"gulp-w3cjs": "^0.2.1",
"jasmine-node": "^1.14.5",
"marked": "^0.3.2",
"mocha": "^3.0.2",
"mockgoose": "^6.0.6",
"passport-http-bearer": "^1.0.1",
"supertest": "^1.2.0",
"through2": "^0.6.3"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "jasmine-node spec;PORT=3001 NODE_ENV=test mocha test/dummy.test.js test/login/*.test.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/anonymous node/sails user/sapi.git"
},
"author": "anonymous node/sails user",
"license": ""
}