-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1002 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1002 Bytes
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
{
"name": "pickout",
"version": "2.0.1",
"description": "Cool effect for field select on form",
"main": "./dist/pickout.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ktquez/pickout.git"
},
"keywords": [
"select",
"dropdown",
"form",
"input",
"modal"
],
"author": {
"name": "Alan Ktquez",
"email": "ktquez@gmail.com",
"url": "http://ktquez.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ktquez/pickout/issues"
},
"homepage": "https://github.com/ktquez/pickout#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^0.3.0",
"gulp-cssmin": "^0.1.7",
"gulp-jshint": "^2.0.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2"
}
}