forked from AudithSoftworks/Uniform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
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
44
45
46
47
48
49
50
{
"name": "jquery.uniform",
"title": "Uniform",
"description": "A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!",
"version": "4.2.2",
"homepage": "http://opensource.audith.org/uniform",
"keywords": [
"uniform",
"uniformjs",
"uniform-js",
"uniform.js",
"jquery.uniform",
"jquery-uniform"
],
"author": "Shahriyar Imanov <shehi@imanov.me>",
"contributors": [
"Shahriyar Imanov <shehi@imanov.me>",
"Josh Pyles <joshpyles@gmail.com>",
"Tyler Akins <fidian@rumkin.com>"
],
"maintainers": [
"Shahriyar Imanov <shehi@imanov.me>"
],
"main": "dist/js/jquery.uniform.standalone.js",
"directories": {
"lib": "src/",
"example": "demo/"
},
"scripts": {
"test": "echo Coming Soon!"
},
"repository": {
"type": "git",
"url": "https://github.com/AudithSoftworks/Uniform"
},
"devDependencies": {
"gulp": "^3.9.1",
"laravel-elixir": "6.0.0-15"
},
"dependencies": {
"jquery": "^1.6"
},
"bundledDependencies": [
"jquery"
],
"bugs": {
"url": "https://github.com/AudithSoftworks/Uniform/issues"
},
"license": "MIT"
}