-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (45 loc) · 1.15 KB
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
{
"name": "compliance-checker-web",
"version": "2.0.0",
"description": "Compliance Checker for the Web",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ioos/compliance-checker-web"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ioos/compliance-checker-web/issues"
},
"homepage": "https://github.com/ioos/compliance-checker-web",
"dependencies": {
"backbone": "^1.4.1",
"backbone.stickit": "^0.9.2",
"bootstrap": "^3.4.1",
"bootstrap-select": "^1.13.18",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"underscore": "^1.13.6",
"grunt": "^1.5.3",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-pug": "^3.0.0",
"grunt-contrib-jst": "^2.0.0",
"grunt-terser": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"terser": "^5.14.2"
},
"engines": {
"yarn": ">= 1.0.0"
}
}