forked from okfn/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 Bytes
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
{
"name": "website",
"version": "1.0.2",
"description": "This is the Django/Django CMS project that runs <http://okfn.org>.",
"repository": {
"type": "git",
"url": "git+https://github.com/okfn/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/okfn/website/issues"
},
"homepage": "https://github.com/okfn/website#readme",
"devDependencies": {
"autoprefixer": "^8.2.0",
"bootstrap": "^4.3.1",
"cssnano": "^4.1.10",
"grunt": "^1.0.4",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.1",
"grunt-shell": "^3.0.1",
"jquery": "^3.5.1",
"jquery.mmenu": "^7.3.3",
"node-sass": "^4.14.1"
}
}