-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2 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
{
"dependencies": {
"bcrypt": "~0.7.7",
"express": "~3.4.8",
"grunt": "~0.4.4",
"bower": "~1.2.8",
"nodemon": "~1.0.17",
"grunt-cli": "~0.1.13",
"grunt-nodemon": "~0.2.1",
"grunt-contrib-clean": "~0.5.0",
"jade": "~1.0.2",
"grunt-env": "~0.4.1",
"lodash-node": "~2.4.1",
"passport-facebook": "~0.1.6",
"passport-google": "~0.3.0",
"passport-linkedin": "~0.1.3",
"passport-local": "~0.1.6",
"passport-stub": "~0.1.5",
"passport-twitter": "~0.1.5",
"requirejs": "~2.1.11",
"supertest": "~0.8.0",
"validator": "~1.1.3",
"mongoose": "~3.8.8",
"sinon": "~1.7.3",
"socket.io": "~0.9.16",
"passport.socketio": "~3.0.1",
"connect-mongo": "~0.4.0",
"passport": "~0.2.0",
"winston": "~0.7.3",
"nodemailer": "~0.6.3",
"mongoose-unique-validator": "^0.3.0"
},
"devDependencies": {
"mocha": "~1.10.0",
"karma-chai": "~0.0.2",
"karma-coffee-preprocessor": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-mocha": "~0.1.3",
"karma-requirejs": "~0.2.1",
"karma-junit-reporter": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-jasmine": "~0.1.5",
"chai": "~1.6.1",
"grunt-mocha-test": "~0.7.0",
"karma-phantomjs-launcher": "~0.1.2",
"grunt-karma": "^0.8.3"
},
"scripts": {
"start": "grunt dev",
"test": "grunt test",
"postinstall": "npm rebuild;bower install"
},
"repository": {
"type": "git",
"url": "[email protected]:Doum/playground.git"
},
"keywords": [
"node.js",
"angular",
"express",
"passport",
"restangular",
"bcrypt"
],
"author": "Dominic Lapointe (from https://github.com/fnakstad/angular-client-side-auth)",
"license": "BSD-2-Clause",
"name": "Startup_project",
"version": "0.0.1",
"description": "Startup project with node, express, passport, bcrypt, angular, restangular, angular-strap, lodash",
"main": "Gruntfile.js"
}