-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 943 Bytes
/
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
{
"name": "asq-mashup-challenge-scoreboard",
"version": "0.0.0",
"description": "Scoreboard element for the 2015 Rapid Mashup Challenge",
"author": "Vassilis Triglianos <[email protected]>",
"homepage": "https://github.com/ASQ-USI/asq-mashup-challenge-scoreboard",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:ASQ-USI/asq-mashup-challenge-scoreboard.git"
},
"keywords": [
"node.js"
],
"bugs": {
"url": "https://github.com/ASQ-USI/asq-mashup-challenge-scoreboard/issues"
},
"dependencies": {
"asq-plugin": "ASQ-USI/asq-plugin",
"bluebird": "^2.8.2",
"cheerio": "^0.18.0",
"lodash": "^3.7.0",
"mongoose": "^4.0.5"
},
"license": "MIT",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2"
},
"asq": {
"type": "element"
}
}