-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.07 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
{
"name": "apicaba",
"description": "La información de Buenos Aires Data transformada en Web API",
"main": "app.js",
"version": "0.1.0",
"private": false,
"scripts": {
"start": "node server",
"test": "make test",
"blanket": {
"pattern": [
"/models/",
"/collections/"
]
}
},
"dependencies": {
"cron": "1.0.x",
"mongojs": "0.4.x",
"express": "~3.0.5",
"less-middleware": "~0.1.9",
"underscore": "1.4.x",
"jade": "0.27.x",
"socket.io": "0.9.x",
"passport": "0.1.x",
"passport-local": "0.1.x",
"iconv-lite": "0.2.x",
"connect-flash": "~0.1.0"
},
"devDependencies": {
"superagent": "0.10.x",
"mocha": "*",
"expect.js": ">=0.1.2",
"blanket": "1.0.x",
"sinon": "1.5.x",
"grunt": "0.3.x",
"grunt-contrib-handlebars": "0.3.3"
},
"engines": {
"node": "0.8.x"
},
"repository": {
"type": "git",
"url": "git://github.com/pjnovas/apicaba.git"
},
"author": {
"name": "Pablo Novas",
"email": "[email protected]"
},
"license": "MIT"
}