forked from enigma-io/react-input-placeholder
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 866 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
{
"name": "react-input-placeholder",
"version": "1.1.0",
"description": "Input and Textarea React components with polyfilled placeholder support.",
"author": "Enigma Technologies <[email protected]> (http://enigma.io)",
"main": "src/react-input-placeholder.js",
"scripts": {
"test": "grunt lint"
},
"repository": {
"type": "git",
"url": "git://github.com/enigma-io/react-input-placeholder.git"
},
"keywords": [
"placeholder",
"input",
"react",
"react-component"
],
"contributors": [
"enigma.io",
"Joe Natalzia",
"Evan Jacobs"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/enigma-io/react-input-placeholder/issues"
},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-contrib-jshint": "^0.7.0",
"grunt-contrib-uglify": "^0.2.4",
"grunt-browserify": "^1.2.9"
}
}