forked from pryley/float-labels.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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": "float-labels.js",
"description": "A zero-dependency plugin that applies the float label pattern to a form.",
"version": "3.3.7",
"author": {
"name": "Paul Ryley",
"email": "paul@geminilabs.io",
"url": "http://geminilabs.io"
},
"homepage": "https://github.com/pryley/float-labels.js",
"repository": {
"type": "git",
"url": "https://github.com/pryley/float-labels.js.git"
},
"bugs": {
"url": "https://github.com/pryley/float-labels.js/issues"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-bump": "^3.1.3",
"gulp-cssnano": "^2.1.2",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"jshint": "^2.9.7",
"jshint-stylish": "^2.2.1",
"nolie": "github:pryley/nolie.css#develop",
"pump": "^3.0.0",
"sass-module-importer": "^1.4.0",
"yamljs": "^0.3.0",
"yargs": "^12.0.5"
},
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js default --production",
"lint": "jshint src/float-labels.js"
},
"main": "src/float-labels.js"
}