forked from formulajs/formulajs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 993 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
37
38
39
40
41
42
43
{
"author": "Formulajs",
"name": "@formulajs/formulajs",
"description": "JavaScript implementation of most Microsoft Excel formula functions",
"version": "2.6.10",
"repository": {
"type": "git",
"url": "[email protected]:formulajs/formulajs.git"
},
"main": "index.js",
"bin": {
"implementation-stats": "./bin/implementation-stats"
},
"scripts": {
"test": "make test",
"test-browser": "make test-browser",
"lint": "make lint",
"watch": "make watch",
"build": "make build",
"coverage": "make coverage"
},
"dependencies": {
"bessel": "^1.0.2",
"jstat": "^1.9.2"
},
"devDependencies": {
"blanket": "^1.1.6",
"browserify": "^13.0.1",
"cli-table": "^0.3.0",
"http-server": "^0.12.1",
"jshint": "^2.11.0",
"mocha": "^7.1.1",
"should": "^11.1.0",
"webpack": "^3.5.5"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"license": "MIT"
}