forked from cfpb/hmda-rule-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 973 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
{
"name": "hmda-rule-spec",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"description": "HMDA edit checks written in BRIJ",
"repository": {
"type": "git",
"url": "https://github.com/cfpb/hmda-rule-spec.git"
},
"author": "Consumer Financial Protection Bureau",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/cfpb/hmda-rule-spec/issues"
},
"homepage": "https://github.com/cfpb/hmda-rule-spec",
"devDependencies": {
"brij-spec": "0.0.4",
"grunt": "^0.4.5",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-develop": "^0.4.0",
"grunt-env": "~0.4.1",
"grunt-jsonlint": "^1.0.4",
"grunt-mocha-istanbul": "^1.4.1",
"grunt-mocha-test": "^0.10.2",
"grunt-release": "^0.7.0",
"istanbul": "^0.2.10",
"mocha": "^1.18.0",
"must": "^0.12.0",
"spec-xunit-file": "0.0.1-2"
}
}