-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 951 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
{
"name": "mars511",
"version": "0.1.0",
"description": "Creating a more pleasant commute on Mars",
"private": true,
"dependencies": {
"cryptiles": "^4.1.2",
"deep-extend": "^0.6.0",
"macaddress": "^0.2.9",
"npm": "^6.4.1",
"randomatic": "^3.1.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-scripts": "1.1.4",
"url-parse": "^1.4.3"
},
"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/digilou/mars511.git"
},
"keywords": [
"mars",
"space",
"NASA"
],
"author": "Amy Carney",
"license": "MIT",
"bugs": {
"url": "https://github.com/digilou/mars511/issues"
},
"homepage": "https://github.com/digilou/mars511#readme",
"devDependencies": {
"react-axe": "^3.0.1"
}
}