forked from redhat-developer/developers.redhat.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 701 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 701 Bytes
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
{
"name": "developers.redhat.com",
"version": "1.0.0",
"description": "developers.redhat.com build",
"main": "Gulpfile.js",
"scripts": {
"test": "karma start _docker/drupal/drupal-filesystem/web/themes/custom/rhdp/rhd-frontend/src/tests/unit/config/karma.conf.js"
},
"author": "Red Hat Inc.",
"license": "",
"engines": {
"npm": ">=5.3.0",
"node": ">= 5.9.1"
},
"dependencies": {
"jasmine-core": "^3.1.0",
"karma": "^2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-htmlfile-reporter": "^0.3.5",
"karma-jasmine": "^1.1.2",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-html-reporter": "^1.2.0",
"karma-spec-reporter": "0.0.32"
}
}