-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "panto-transformer-ignore",
"version": "0.2.3",
"description": "Ignore transformer for panto",
"main": "index.js",
"scripts": {
"test": "eslint index.js && ./node_modules/.bin/mocha",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"pre-commit": "test",
"repository": {
"type": "git",
"url": "https://github.com/pantojs/panto-transformer-ignore.git"
},
"keywords": [
"panto",
"ignore",
"transformer"
],
"engines": {
"node": ">=6.0.0"
},
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pantojs/panto-transformer-ignore/issues"
},
"homepage": "https://github.com/pantojs/panto-transformer-ignore",
"dependencies": {
"panto-transformer-filter": "^0.1.4"
},
"devDependencies": {
"coveralls": "^2.11.12",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"panto": "0.0.30",
"pre-commit": "^1.1.3"
}
}