forked from givery-technology/challenge-django
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 712 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 712 Bytes
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
{
"name": "api-challenge-python",
"version": "1.0.0",
"description": "API challenge to solve in code-check cli or challengeViewer using django framework",
"main": "index.js",
"scripts": {
"test": "mocha spec/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sukeshni/api-challenge-python.git"
},
"keywords": [
"python",
"django",
"api"
],
"author": "Givery Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/sukeshni/api-challenge-python/issues"
},
"homepage": "https://github.com/sukeshni/api-challenge-python#readme",
"devDependencies": {
"api-first-spec": "^0.2.9",
"chai": "^3.4.1",
"mocha": "^2.3.4"
}
}