forked from eregs/regulations-site
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.01 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
83
84
85
{
"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": "4.4.0"
},
"scripts": {
"postinstall": "grunt"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"chai": "^3.5.0",
"coveralls": "^2.11.2",
"deamdify": "^0.1.1",
"eslint": "^2.4.0",
"expect.js": "~0.2.0",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-shell": "^1.2.1",
"istanbul": "^0.4.2",
"jsdom": "^8.1.0",
"load-grunt-tasks": "^3.4.1",
"minifyify": "^7.2.1",
"mocha": "^2.4.5",
"mocha-istanbul": "^0.2.0",
"mocha-jsdom": "^1.1.0",
"node-localstorage": "1.1.2",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"watch": "^0.17.1"
},
"keywords": [],
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": {
"exports": "jQuery"
}
},
"dependencies": {
"backbone": "1.2.3",
"backbone-query-parameters": "0.4.0",
"clipboard": "1.5.5",
"datatables.net": "1.10.10",
"jquery": "1.12.2",
"jquery-lazyload": "1.9.7",
"jquery-scrollstop": "1.2.0",
"prosemirror": "0.4.0",
"query-command-supported": "1.0.0",
"respond.js": "1.4.2",
"underscore": "1.8.3",
"urijs": "1.17.1"
},
"config": {
"travis-cov": {
"threshold": 70
}
}
}