-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 870 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
{
"name": "sos",
"version": "1.0.1",
"private": true,
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"eslint-plugin-prefer-object-spread": "^1.2.1",
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ldevernay/open-source-for-good-directory.git"
},
"author": "Juan David Acosta, Francesco Agnoletto, Joe McIlhargey",
"license": "BSD 3-Clause",
"bugs": {
"url": "https://github.com/ldevernay/open-source-for-good-directory/issues"
},
"homepage": "./"
}