forked from DIYbiosphere/sphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 KB
/
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
44
{
"name": "sphere",
"version": "1.0.0",
"description": "An open source project to collect DIYbio initiatives from all over the world",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.3",
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clipboard": "^1.7.1",
"react": "^15.6.2",
"react-addons-update": "^15.6.2",
"react-dom": "^15.6.2",
"react-instantsearch": "^4.2.0",
"semantic-ui": "^2.2.13",
"webpack": "^1.15.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DIYbiosphere/sphere.git"
},
"keywords": [
"biohacking",
"diybio",
"community",
"website",
"database"
],
"author": "DIYbiosphere",
"license": "MIT",
"bugs": {
"url": "https://github.com/DIYbiosphere/sphere/issues"
},
"homepage": "https://github.com/DIYbiosphere/sphere#readme"
}