• This project
    • Loading...
  • Sign in

2020-1-capstone-design2 / 2016104137

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 2016104137
  • source
  • forensic_tool
  • package.json
  • 김예미's avatar
    modify data.js(install apk~convert to sql file) · fbe64fcc
    fbe64fcc Browse Files
    김예미 authored 2020-04-25 15:46:49 +0900
package.json 432 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
  "name": "forensic_tool",
  "version": "1.0.0",
  "description": "",
  "main": "main.js",
  "scripts": {
    "start": "electron ."
  },
  "author": "Hee <glwjd0414@khu.ac.kr>",
  "license": "ISC",
  "devDependencies": {
    "electron": "^8.2.0"
  },
  "dependencies": {
    "appium-adb": "^7.27.1",
    "jQuery": "^1.7.4",
    "jquery": "^3.5.0",
    "mysql": "^2.18.1",
    "node-adb": "^0.1.6",
    "socket.io": "^2.3.0"
  }
}