add jshint + precommit-hook
This commit is contained in:
parent
a97cf7e0fa
commit
67e34e1a10
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
|
@ -0,0 +1,5 @@
|
||||||
|
node_modules
|
||||||
|
replacement.js
|
||||||
|
prezi.js
|
||||||
|
muc.js
|
||||||
|
app.js
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"asi": false,
|
||||||
|
"expr": true,
|
||||||
|
"loopfunc": true,
|
||||||
|
"curly": false,
|
||||||
|
"evil": true,
|
||||||
|
"white": true,
|
||||||
|
"undef": true,
|
||||||
|
"browser": true,
|
||||||
|
"node": true,
|
||||||
|
"trailing": true,
|
||||||
|
"indent": 4,
|
||||||
|
"latedef": true,
|
||||||
|
"newcap": true
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "jitsi-meet",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"description": "A sample app for the Jitsi Videobridge",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/jitsi/jitsi-meet"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"jingle",
|
||||||
|
"webrtc",
|
||||||
|
"xmpp",
|
||||||
|
"browser"
|
||||||
|
],
|
||||||
|
"author": "",
|
||||||
|
"readmeFilename": "README.md",
|
||||||
|
"dependencies": {
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"precommit-hook": "0.3.x"
|
||||||
|
},
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
Loading…
Reference in New Issue