-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 980 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
35
{
"name": "@lablnet/fontpicker",
"version": "1.0.1",
"description": "The JavaScript fontpicker plugin",
"keywords": ["fontpicker", "vanillajs", "googlefonts", "google-fonts", "free", "gplv3"],
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lablnet/fontpicker.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "Muhammad Umer Farooq",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/lablnet/fontpicker/issues"
},
"homepage": "https://github.com/lablnet/fontpicker#readme",
"devDependencies": {
"css-loader": "^3.4.2",
"sass": "^1.53.0",
"sass-loader": "^7.3.1",
"style-loader": "^1.1.3",
"webpack-cli": "^4.7.0"
},
"watch": {
"test": "{src}/*.js"
}
}