-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 937 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": "BadgeOS",
"version": "1.4.0",
"description": "BadgeOS lets your site’s users complete tasks and earn badges that recognize their achievement. Define achievements and choose from a range of options that determine when they're complete. Badges are Mozilla Open Badges (OBI) compatible through integration with the “Open Credit” API by Credly, the free web service for issuing, earning and sharing badges for lifelong achievement.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "phpunit"
},
"repository": {
"type": "git",
"url": "git://github.com/opencredit/badgeos.git"
},
"keywords": [
"wordpress"
],
"author": "LearningTimes",
"license": "GNU AGPL",
"bugs": {
"url": "https://github.com/opencredit/badgeos/issues"
},
"devDependencies": {
"grunt-phpunit": "~0.3.3",
"grunt": "~0.4.4",
"grunt-githooks": "~0.3.1"
}
}