-
Notifications
You must be signed in to change notification settings - Fork 197
/
package.json
47 lines (47 loc) · 1015 Bytes
/
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
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through Headless Chrome",
"version": "3.0.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-jasmine",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"main": "tasks/jasmine.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "^4.1.2",
"grunt-eslint": "^24.0.1",
"lodash": "^4.17.21",
"pacote": "^15.0.8",
"puppeteer": "^19.5.2",
"rimraf": "^4.0.4",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-internal": "^8.0.2",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"keywords": [
"gruntplugin",
"jasmine",
"unit",
"headless chrome",
"puppeteer",
"headless",
"tests"
],
"files": [
"tasks"
],
"appveyor_id": "5985958by5rhnh31"
}