forked from chinchang/superplaceholder.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 981 Bytes
/
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
{
"name": "superplaceholder",
"title": "superplaceholder.js",
"description": "Super charge your input placeholders",
"version": "0.1.2",
"homepage": "http://kushagragour.in/lab/superplaceholderjs/",
"author": {
"name": "Kushagra Gour",
"email": "[email protected]",
"url": "http://kushagragour.in"
},
"main": "dist/superplaceholder.js",
"repository": {
"type": "git",
"url": "git://github.com/chinchang/superplaceholder.js.git"
},
"bugs": {
"url": "https://github.com/chinchang/superplaceholder.js/issues"
},
"licenses": [
{
"type": "CC-BY-ND-4.0",
"url": "https://github.com/chinchang/superplaceholder.js/blob/master/LICENSE"
}
],
"keywords": [
"placeholder",
"form",
"input",
"ux",
"javascript",
"library"
],
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0"
}
}