-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.62 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
{
"name": "maisquestoes",
"description": "+Questões REST API",
"version": "0.0.1",
"author": "Henri Cavalcante",
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"repository": {
"type": "git",
"url": "git://github.com/maisquestoes/api-mean.git"
},
"scripts": {
"start": "grunt",
"test": "grunt travis"
},
"dependencies": {
"async": "~1.1.0",
"body-parser": "^1.12.4",
"chalk": "~1.0.0",
"compression": "~1.4.4",
"express": "~4.12.4",
"forever": "~0.14.1",
"glob": "~5.0.7",
"grunt": "^0.4.5",
"helmet": "~0.9.0",
"i18next": "^1.9.0",
"lodash": "~3.9.1",
"lodashim": "^1.0.1",
"mandrill-api": "^1.0.45",
"method-override": "~2.3.0",
"mongoose": "~4.0.3",
"mongoose-validators": "0.1.0",
"morgan": "~1.5.3",
"nodemailer": "~1.3.0",
"passport": "~0.2.0",
"passport-apikey": "0.0.5",
"passport-facebook": "~2.0.0",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.2.0",
"passport-linkedin": "~0.1.3",
"passport-local": "~1.0.0",
"passport-localapikey": "0.0.3",
"passport-twitter": "~1.0.2",
"ratelimit-middleware": "^1.0.0",
"swig": "~1.4.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.1",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-test": "~0.12.1",
"grunt-node-inspector": "~0.2.0",
"grunt-nodemon": "~0.4.0",
"istanbul": "^0.3.14",
"load-grunt-tasks": "~3.2.0",
"should": "~6.0.3",
"supertest": "~1.0.1"
}
}