-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 907 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
{
"name": "topcoder-dev-api-challenges",
"version": "1.0.5",
"description": "Services_that_provide_access_and_interaction_with_all_sorts_of_challenges_including_design_dev_single_round_matches_and_marathon_matches_",
"license": "ISC",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"dependencies": {
"superagent": "3.6.0"
},
"devDependencies": {
"mocha": "~3.5.3",
"sinon": "4.0.0",
"expect.js": "~0.3.1"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cwdcwd/topcoder-dev-api-challenges.git"
},
"keywords": [
"topcoder"
],
"author": "lazybaer",
"bugs": {
"url": "https://github.com/cwdcwd/topcoder-dev-api-challenges/issues"
},
"homepage": "https://github.com/cwdcwd/topcoder-dev-api-challenges#readme"
}