-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.15 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
{
"name": "bcv-opendata",
"version": "0.0.2",
"author": "codetag <[email protected]>",
"contributors": [
{
"name": "Giovanny Beltran",
"email": "[email protected]"
},
{
"name": "Cristian rodriguez",
"email": "[email protected]"
},
{
"name": "David Roncancio",
"email": "[email protected]"
}
],
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/fcorona/bcv-opendata.git"
},
"dependencies": {
"express": "~3.4.7",
"jade": "~1.1.4",
"mongodb": "~1.3.23",
"mongoose": "~3.8.2",
"mongoose-auto-increment": "~2.1.1",
"connect-flash": "~0.1.1",
"iconv": "~2.0.7",
"passport": "0.1.x",
"passport-local": "0.1.x",
"bcrypt-nodejs": "0.0.3",
"dotenv": "~0.2.3",
"beautiful-docs": "~1.0.3",
"generate-key": "~0.0.6",
"newrelic": "~1.3.0",
"nodemailer": "~0.6.0",
"csv": "~0.3.7"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-express-server": "~0.4.5",
"grunt-contrib-watch": "~0.5.3",
"mocha": "~1.14.0",
"should": "~2.1.0"
},
"license": "?",
"engines": {
"node": ">=0.8.0"
}
}