This repository was archived by the owner on Jul 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
85 lines (85 loc) · 2.4 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": "fedramp-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test",
"start": "./node_modules/.bin/http-server dist",
"docgen": "./node_modules/.bin/jsdoc ./src/ -r -d ./dist/doc --readme README.md",
"build": "./node_modules/.bin/gulp",
"package": "./node_modules/.bin/gulp package",
"preinstall": "npx npm-force-resolutions",
"watch": "./node_modules/.bin/gulp watch",
"federalist": "npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truetandem/fedramp-dashboard.git"
},
"author": "TrueTandem, LLC",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/truetandem/fedramp-dashboard/issues"
},
"homepage": "https://github.com/truetandem/fedramp-dashboard#readme",
"dependencies": {
"angular": "1.8.2",
"angular-aria": "1.8.2",
"angular-mocks": "1.8.2",
"angular-sticky-top": "1.1.1",
"angular-ui-router": "0.3.1",
"autoprefixer": "^9.8.0",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.9.0",
"coveralls": "3.1.0",
"del": "2.2.1",
"font-awesome": "4.6.3",
"gulp": "4.0.2",
"gulp-angular-templatecache": "2.2.4",
"gulp-babel": "6.1.2",
"gulp-concat": "^2.6.1",
"gulp-gzip": "1.4.0",
"gulp-jshint": "^2.1.0",
"gulp-notify": "3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-tar": "3.1.0",
"gulp-uglify": "1.5.3",
"gulp-zip": "3.2.0",
"http-server": "^0.12.3",
"jasmine": "3.5.0",
"jasmine-core": "2.4.1",
"jsdoc": "3.6.4",
"jshint": "^2.11.1",
"jshint-stylish": "2.2.0",
"karma": "6.3.2",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "2.0.2",
"karma-coveralls": "2.1.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.0",
"natives": "1.1.6",
"node-gyp": "6.1.0",
"node-sass": "^4.14.1",
"papaparse": "5.2.0",
"path": "0.12.7",
"postcss-csso": "^4.0.0",
"sass": "^1.26.7",
"showdown": "^1.9.1",
"uswds": "2.10.0",
"uswds-gulp": "github:uswds/uswds-gulp"
},
"resolutions": {
"yargs-parser": ">=13.1.2",
"minimist": "1.2.5",
"lodash": "4.17.20",
"lodash.template": ">=4.5.0"
},
"devDependencies": {
"npm-force-resolutions": "0.0.3"
}
}