-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 934 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
35
36
{
"description": "Library of constants for communicating with D2L's Hypermedia APIs",
"keywords": [
"d2l",
"hypermedia",
"constants"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Brightspace/d2l-hypermedia-constants.git"
},
"homepage": "https://github.com/Brightspace/d2l-hypermedia-constants#readme",
"name": "d2l-hypermedia-constants",
"version": "6.140.0",
"main": "dist/index.js",
"module": "index.js",
"files": [
"/dist",
"d2l-hypermedia-constants.js",
"index.js"
],
"scripts": {
"build": "babel index.js --out-dir ./dist"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Brightspace/d2l-hypermedia-constants/issues"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"babel-plugin-add-module-exports": "^1.0.0"
}
}