-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 891 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
36
{
"name": "jquery-labelfor",
"version": "1.0.2",
"description": "Bind labels to inputs without id collision",
"main": "dist/main.js",
"scripts": {
"build": "node_modules/.bin/webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relativityboy/jquery-labelfor.git"
},
"keywords": [
"jquery",
"label",
"auto",
"id"
],
"author": "Donovan Walker",
"license": "ISC",
"bugs": {
"url": "https://github.com/relativityboy/jquery-labelfor/issues"
},
"homepage": "https://github.com/relativityboy/jquery-labelfor#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.4.1"
},
"dependencies": {
"jquery": "^3.3.1"
}
}