-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 715 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 715 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
30
31
{
"author": "Learning Equality",
"bugs": {
"url": "https://github.com/learningequality/le-utils/issues"
},
"description": "A package that exposes constants commonly used across the Kolibri Ecosystem",
"directories": {
"src": "js"
},
"files": [
"*.js",
"**/*.js"
],
"homepage": "https://github.com/learningequality/le-utils#readme",
"keywords": [
"kolibri",
"constants",
"content"
],
"license": "MIT",
"main": "index.js",
"name": "kolibri-constants",
"repository": {
"type": "git",
"url": "git+https://github.com/learningequality/le-utils.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.2.14"
}