forked from datasets/publicbodies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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": "publicbodies",
"version": "0.1.1",
"description": "A database of public bodies such as government departments, ministries etc.",
"main": "site/make.js",
"directories": {
"doc": "docs"
},
"scripts": {
"make": "npm install && (cd site && node make.js)",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/okfn/publicbodies"
},
"keywords": [
"opengovt",
"open",
"govt",
"okfn",
"publicbodies",
"public",
"bodies",
"government"
],
"author": "@OKFN",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "05c0380d7adbbc2dc74238a2ca5354d8401caf38",
"dependencies": {
"async": "~0.2.9",
"csv": "~5.0.0",
"dirty": "~0.9.7",
"errorhandler": "~1.5.1",
"express": "^4.7.4",
"less-middleware": "~3.1.0",
"morgan": "~1.10.0",
"pouchdb": "~7.2.2",
"pug": "~3.0.2",
"serve-favicon": "^2.5.0",
"underscore": "~1.4.4"
}
}