forked from datasets/publicbodies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 966 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
38
39
40
41
42
{
"name": "publicbodies",
"version": "0.0.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": {
"csv": "~0.3.0",
"express": "~3.2.6",
"jade": "~0.31.2",
"pouchdb": "0.0.13",
"less-middleware": "~0.1.12",
"async": "~0.2.9",
"dirty": "~0.9.7",
"underscore": "~1.4.4"
}
}