This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
82 lines (82 loc) · 1.92 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "regulations-site",
"version": "0.1.0",
"homepage": "http://cfpb.github.io/eRegulations/",
"author": {
"name": "Consumer Financial Protection Bureau",
"url": "http://cfpb.github.io/"
},
"repository": {
"type": "git",
"url": "http://github.com/cfpb/regulations-site.git"
},
"bugs": {
"url": "http://github.com/cfpb/regulations-site/issues"
},
"licenses": [
{
"type": "Public Domain",
"url": "http://github.com/cfpb/regulations-site/blob/master/TERMS.md"
}
],
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"postinstall": "grunt",
"test": "npm run test:js && npm run test:snyk",
"test:js": "grunt test-js",
"test:snyk": "snyk test"
},
"devDependencies": {
"browserify": "14.1.0",
"browserify-shim": "3.8.3",
"chai": "2.1.1",
"chai-jq": "0.0.9",
"coveralls": "2.11.2",
"expect.js": "0.2.0",
"grunt": "0.4.5",
"grunt-browserify": "3.4.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-cssmin": "0.12.3",
"grunt-contrib-less": "1.0.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "20.0.0",
"grunt-mocha-istanbul": "3.0.1",
"grunt-shell": "0.4.0",
"istanbul": "0.4.2",
"jsdom": "8.0.2",
"jsdom-global": "1.6.1",
"load-grunt-tasks": "3.1.0",
"mocha": "2.4.5",
"sinon": "1.14.1",
"sinon-chai": "2.7.0",
"snyk": "1.13.2",
"tmp": "0.0.23",
"watch": "0.8.0"
},
"keywords": [],
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": {
"exports": "jQuery"
}
},
"dependencies": {
"backbone": "1.0.0",
"backbone-query-parameters": "0.4.0",
"jquery": "1.12.3",
"jquery-scrollstop": "1.2.0",
"respond.js": "1.4.2",
"underscore": "1.4.4",
"unveilable": "0.2.0"
},
"config": {
"travis-cov": {
"threshold": 70
}
}
}