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