-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "ScrapeMate",
"version": "0.1.1",
"description": "Scraping assistant tool. Editing and maintaining CSS/XPath selectors across webpages.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack",
"watch": "npx webpack --watch",
"package": "./package.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unknowny/ScrapeMate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Unknowny/ScrapeMate/issues"
},
"homepage": "https://github.com/Unknowny/ScrapeMate#readme",
"devDependencies": {
"copy-webpack-plugin": "^4.5.1",
"preprocess": "^3.1.0",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"dependencies": {
"lodash": "^4.17.5",
"vue": "^2.5.16"
}
}