-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
36 lines (36 loc) · 892 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
{
"name": "statusreport",
"version": "0.8.0",
"description": "A one-click deploy github-hosted statuspage",
"main": "devserver.js",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"express": "^4.15.2",
"moment": "^2.18.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-markdown": "^2.5.0",
"underscore": "^1.8.3",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orels1/statusreport.git"
},
"keywords": [
"reactjs",
"sass"
],
"author": "orels1",
"license": "MIT",
"bugs": {
"url": "https://github.com/orels1/statusreport/issues"
},
"homepage": "https://github.com/orels1/statusreport#readme"
}