-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 989 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
41
42
43
{
"name": "react-sod",
"version": "0.2.2",
"title": "Select or Die React Style",
"scripts": {
"prepublish": "make build",
"test": "make test"
},
"license": "(MIT or GPL)",
"main": "./dist/index",
"description": "Yet another React component to style/replace select elements.",
"keywords": [
"select",
"input",
"form",
"dropdown",
"native",
"replacement",
"react",
"ui",
"javascript"
],
"download": "https://github.com/cshenoy/react-sod",
"bugs": "https://github.com/cshenoy/react-sod/issues",
"repository": "https://github.com/cshenoy/react-sod",
"peerDependencies": {
"react": ">= 0.13.3"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.5.1",
"jsdom": "^6.5.1",
"mocha": "^2.3.3",
"react": "^0.13.3"
},
"dependencies": {
"exenv": "^1.2.0"
}
}