-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "deedcodes",
"version": "1.0.0",
"description": "Self-developed plugins",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"browserify": "browserify ./dist/index.js -o ./dist/index-bundle.js",
"build": "yarn webpack & yarn browserify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatih-aziz/js-plugins.git"
},
"keywords": [
"javascripts",
"node",
"js",
"plugins",
"form",
"helper",
"portfolio",
"projects"
],
"author": "Fatih Aziz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/fatih-aziz/js-plugins/issues"
},
"homepage": "https://github.com/fatih-aziz/js-plugins#readme",
"dependencies": {
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"webpack": "^4.41.5",
"yarn": "^1.21.1"
},
"devDependencies": {
"webpack-cli": "^3.3.10"
}
}