Commit dcdee673 authored by 15김건우's avatar 15김건우

update package settings

parent 0bf2c27d
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-console": "off"
}
}
\ No newline at end of file
This diff is collapsed.
......@@ -2,11 +2,17 @@
"name": "drone-browser",
"description": "Remote control for your ar-drone via your browser",
"version": "0.1.0",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "~3.0.0",
"ar-drone": "git://github.com/felixge/node-ar-drone.git#ccc1e53dea91a9309be034d706235d7e8763065a",
"express": "~3.0.0",
"faye": "0.8.x"
},
"repository": "https://github.com/functino/drone-browser.git",
"homepage": "https://github.com/functino/drone-browser"
"homepage": "https://github.com/functino/drone-browser",
"devDependencies": {
"eslint": "^5.16.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment