-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 973 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
{
"name": "devheldev",
"version": "0.0.1",
"description": "Helsinki Open Software Development web site",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/City-of-Helsinki/devheldev.git"
},
"author": "City of Helsinki Open Software Development",
"license": "MIT",
"bugs": {
"url": "https://github.com/City-of-Helsinki/devheldev/issues"
},
"homepage": "https://github.com/City-of-Helsinki/devheldev#readme",
"dependencies": {
"breakpoint-sass": "^2.7.1",
"chart.js": "^2.0.0",
"compass-mixins": "^0.12.10",
"components-font-awesome": "^4.7.0",
"enquire.js": "^2.1.6",
"jquery": "^3.2.1",
"jquery-collapse": "^1.1.2",
"jquery-relativetimeago": "git+https://github.com/Rikuoja/jquery-relativetimeago.git",
"sidr": "^2.2.1",
"susy": "^2.2.12"
}
}