forked from RileyBlue/mapa-turistico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.1 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
{
"name": "map-turistico",
"version": "0.0.1",
"description": "Proyecto colaborativo de los alumnos de Mejorandola",
"main": "Gruntfile.js",
"dependencies": {
"express": "~3.2.5",
"grunt": "~0.4.1",
"socket.io": "~0.9.14",
"jade": "~0.30.0",
"mongoose": "~3.6.11",
"passport": "~0.1.17",
"passport-twitter": "~0.1.4",
"passport-facebook": "~0.1.5",
"connect-redis": "~1.4.5",
"cookie": "~0.1.0",
"connect": "~2.7.10",
"invoke": "~0.1.2",
"async": "~0.2.8"
},
"devDependencies": {
"should": "~1.2.2",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.4.3",
"grunt-mocha-cli": "~1.0.6",
"grunt-contrib-jshint": "~0.5.4",
"fluidity": "~0.1.5",
"stylus": "~0.32.1",
"supertest": "~0.6.0",
"grunt-contrib-stylus": "~0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": "",
"author": "",
"license": "BSD",
"readmeFilename": "README.md",
"subdomain": "eduardodiaz-map-turistico",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
}
}