-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 826 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 826 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
36
37
38
39
40
41
{
"name": "react-p5js",
"version": "0.3.0",
"description": "Using React with p5.js",
"keywords": [
"react",
"reactjs",
"p5",
"p5js",
"p5.js",
"processing"
],
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/atorov/react-p5js.git"
},
"bugs": {
"url": "https://github.com/atorov/react-p5js/issues"
},
"author": "atorov",
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-scripts": "^2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}