-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 901 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 901 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
34
35
36
37
38
39
40
41
42
43
{
"name": "canlii-api",
"repository": {
"type": "git",
"url": "https://github.com/webarnes/canlii-node"
},
"version": "0.1.1",
"main": "./lib/canlii",
"engines": {
"node": "*"
},
"dependencies": {
"superagent": "^0.18.0"
},
"devDependencies": {
"blanket": "~1.1.5",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.2",
"grunt-mocha-test": "~0.7.0",
"load-grunt-tasks": "~0.1.0",
"mocha": "~1.13.0",
"should": "~2.0.1",
"travis-cov": "~0.2.4"
},
"description": "canlii-api-node",
"bugs": {
"url": "https://github.com/webarnes/canlii-node/issues"
},
"homepage": "https://github.com/webarnes/canlii-node",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"canlii",
"law",
"api"
],
"author": "William Barnes <william@webarnes.ca>",
"license": "MIT"
}