UNPKG
beanstream
Version:
latest (0.1.0)
0.1.0
Node library for Beanstream
beanstream
/
.validate.json
7 lines
(6 loc)
•
92 B
JSON
View Raw
1
2
3
4
5
6
7
{
"scripts"
:
{
"lint"
:
"jshint ."
}
,
"pre-commit"
:
[
"lint"
,
"validate"
,
"test"
]
}