forked from asciidisco/grunt-lib-phantomjs-istanbul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.43 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
{
"name": "grunt-lib-puppeteer-istanbul",
"description": "Grunt and Puppeteer, sitting in a tree for istanbul based code coverage.",
"version": "0.0.2",
"homepage": "https://github.com/lee-leonardo/grunt-lib-puppeteer-istanbul",
"author": {
"name": "Leonardo Lee",
"url": ""
},
"repository": {
"type": "git",
"url": "[email protected]:lee-leonardo/grunt-lib-puppeteer-istanbul.git"
},
"bugs": {
"url": "https://github.com/asciidisco/grunt-lib-phantomjs-istanbul/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lee-leonardo/grunt-lib-puppeteer-istanbul/blob/master/LICENSE-MIT"
}
],
"watch": {
"test": "{src,test,bin}/*.js",
"grunt-debug": "Gruntfile.js"
},
"engines": {
"node": ">= 7.6.0"
},
"scripts": {
"watch": "npm-watch",
"test": "grunt jshint test",
"grunt-debug": "grunt jshint test --debug",
"generateBin": "npm link"
},
"bin": {
"grunt-puppeteer": "./bin/puppeteer-producer.js"
},
"dependencies": {
"eventemitter2": "^0.4.9",
"node-ipc": "^9.1.1",
"npm-watch": "^0.3.0",
"puppeteer": "^0.13.0"
},
"devDependencies": {
"difflet": "^0.2.3",
"express": "^4.11.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^1.1.0"
},
"main": "src/puppetmaster",
"files": [
"src",
"bin",
"puppeteer"
],
"keywords": [
"grunt",
"gruntplugin"
]
}