-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 1.07 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
{
"name": "prayerapp",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/mottaquikarim/PrayerApp.svg?branch=master)](https://travis-ci.org/mottaquikarim/PrayerApp) [![Test Coverage](https://api.codeclimate.com/v1/badges/3797d09b2aee38a8b56e/test_coverage)](https://codeclimate.com/github/mottaquikarim/PrayerApp/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/3797d09b2aee38a8b56e/maintainability)](https://codeclimate.com/github/mottaquikarim/PrayerApp/maintainability)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mottaqui Karim",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/mottaquikarim/PrayerApp.git"
},
"bugs": {
"url": "https://github.com/mottaquikarim/PrayerApp/issues"
},
"homepage": "https://github.com/mottaquikarim/PrayerApp",
"devDependencies": {
"serverless": "^1.67.3",
"serverless-python-requirements": "5.1.0",
"spectacle-docs": "1.1.0"
}
}