-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 769 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 769 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
30
31
32
33
{
"name": "legislation.govt.nz",
"version": "0.0.0",
"description": "A github repository following the legislative process in New Zealand",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/wombleton/legislation.govt.nz.git"
},
"keywords": [
"legislation",
"New",
"Zealand",
"NZ",
"law",
"gitlaw"
],
"author": "Rowan Crawford",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "93370f17dc45677ff85d357230de5fd8d69a7520",
"dependencies": {
"async": "~0.2.7",
"underscore": "~1.4.4",
"cheerio": "~0.10.8",
"request": "~2.16.6",
"html-md": "~2.0.2",
"github": "~0.1.9"
}
}