-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 774 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 774 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": "exponentiation",
"version": "1.0.16",
"description": "Package to assist in easy exponentiation.",
"homepage": "https://github.com/spiray/exponentiation",
"main": "index.js",
"scripts": {
"test": "jest --verbose --coverage"
},
"keywords": [
"pow",
"exponent",
"exponentiation",
"math"
],
"repository": "spiray/exponentiation",
"bugs": {
"url": "https://github.com/spiray/exponentiation/issues"
},
"author": "Yosef Spira",
"license": "MIT",
"devDependencies": {
"eslint": "^6.2.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.2",
"jest": "^24.9.0"
}
}