forked from pryley/float-labels.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 KB
/
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
37
38
39
40
41
{
"name": "float-labels.js",
"description": "A zero-dependency plugin that applies the float label pattern to a form.",
"version": "3.0.3",
"author": {
"name": "Paul Ryley",
"email": "[email protected]",
"url": "http://geminilabs.io"
},
"homepage": "https://github.com/geminilabs/float-labels.js",
"repository": {
"type": "git",
"url": "https://github.com/geminilabs/float-labels.js.git"
},
"bugs": {
"url": "https://github.com/geminilabs/float-labels.js/issues"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-bump": "^2.7.0",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.0.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"nolie.css": "geminilabs/nolie.css#develop",
"pump": "^1.0.2",
"yargs": "^8.0.2"
},
"scripts": {
"lint": "jshint src/float-labels.js"
}
}