-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 KB
/
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
37
38
39
{
"name": "@altracio/altrac-conversions",
"version": "1.1.15",
"description": "Conversions and formulas for Altrac",
"main": "lib/index.js",
"scripts": {
"test": "export NODE_ENV=test; mocha --exit test",
"build": "babel src -d lib --copy-files",
"lint": "eslint './src/index.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/altracio/altrac-conversions.git"
},
"keywords": [
"conversions"
],
"author": "Heath Westbrook",
"license": "ISC",
"bugs": {
"url": "https://github.com/altracio/issues/altrac-conversions/issues"
},
"homepage": "https://github.com/altracio/altrac-conversions",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"assert": "^2.0.0",
"commander": "^3.0.2",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mocha": "^6.2.1",
"moment": "^2.24.0",
"path": "^0.12.7",
"should": "^13.2.3",
"sinon": "^7.5.0"
}
}