-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "infieldLabel",
"version": "1.1.0",
"description": "A jQuery plugin that creates a compact, text-over-input, form layout while using semabtic HTML and preserving usability and accessibility.",
"main": "jquery.infieldLabel.js",
"repository": {
"type": "git",
"url": "https://github.com/ten1seven/infieldLabel"
},
"keywords": [
"ui",
"dom",
"input",
"javascript",
"jquery"
],
"author": "Jeremy Fields <jeremy@ten1seven.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ten1seven/infieldLabel/issues"
},
"scripts": {
"start": "gulp"
},
"homepage": "https://github.com/ten1seven/infieldLabel",
"devDependencies": {
"autoprefixer": "6.3.6",
"browser-sync": "2.12.1",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-header": "1.7.1",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "1.5.3",
"run-sequence": "1.1.5"
}
}