-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 816 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
{
"name": "react-elm-components",
"version": "1.1.0",
"description": "Write React components in Elm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evancz/react-elm-components.git"
},
"dependencies": {
"create-react-class": "^15.5.3"
},
"devDependencies": {
"react": "^16.5.2"
},
"peerDependencies": {
"react": ">=0.14.0"
},
"author": "Evan Czaplicki <info@elm-lang.org> (http://elm-lang.org/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/evancz/react-elm-components/issues"
},
"homepage": "https://github.com/evancz/react-elm",
"directories": {
"example": "example"
},
"keywords": [
"react",
"elm"
]
}