2018-01-05 19:28:01 +00:00
|
|
|
{
|
|
|
|
"name": "documentit",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "tool for documenting online harassment",
|
|
|
|
"main": "main.js",
|
|
|
|
"dependencies": {
|
2018-01-23 04:18:47 +00:00
|
|
|
"electron": "^1.8.2-beta.4",
|
|
|
|
"eslint": "^4.15.0",
|
|
|
|
"jshint": "^2.9.5"
|
2018-01-05 19:28:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
2018-01-05 20:27:36 +00:00
|
|
|
"start": "electron ."
|
2018-01-05 19:28:01 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/kkemmis/documentit.git"
|
|
|
|
},
|
|
|
|
"author": "Kathy Kemmis",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kkemmis/documentit/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/kkemmis/documentit#readme"
|
2018-01-19 17:03:45 +00:00
|
|
|
}
|