forked from sutoiku/formula.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 885 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
{
"author": "Ismael Ghalimi <[email protected]>",
"name": "formulajs",
"description": "JavaScript implementation of most Microsoft Excel formula functions",
"version": "1.0.9",
"repository": {
"type": "git",
"url": "[email protected]:sutoiku/formula.js.git"
},
"main": "dist/formula.js",
"bin": {
"implementation-stats": "./bin/implementation-stats"
},
"dependencies": {
"bessel": "0.2.0",
"jStat": "1.0.6",
"numeral": "1.5.3",
"numeric": "1.2.6"
},
"devDependencies": {
"istanbul": "*",
"mocha": "*",
"should": "*",
"coveralls": "^2.11.1",
"jshint": "^2.5.2",
"mocha-lcov-reporter": "0.0.1",
"blanket": "^1.1.6",
"cli-table": "^0.3.0",
"mocha-spec-cov": "0.0.3",
"webpack": "^1.4.0"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
}
}