-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "UPC_OD_Project",
"version": "0.0.0",
"description": "This project is developed during the Open Data course as part of our studies at UPC (www.fib.upc.edu)",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/vogelsgesang/upc-od.git"
},
"author": "",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "6a72d2ce45a128eb91f155f0704f4a493f31afcf",
"dependencies": {
"node-static": "~0.7.3",
"elementtree": "^0.1.6",
"concat-stream": "^1.4.4",
"mongoose": "^3.8.8",
"express": "^3.5.1",
"baucis": "^0.20.1",
"body-parser": "^1.0.2",
"compression": "^1.0.1",
"bluebird": "^1.2.4",
"request": "^2.36.0",
"memcached": "^0.2.8"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-htmlmin": "^0.2.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-compress": "^0.7.0"
}
}