forked from sutoiku/formula.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 959 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
{
"author" : "Ismael Ghalimi <[email protected]>",
"name" : "formulajs",
"description" : "JavaScript implementation of most Microsoft Excel formula functions",
"version" : "0.0.24",
"repository" : {
"type": "git",
"url" : "[email protected]:sutoiku/formulajs.git"
},
"engines" : {
"node" : "0.8.x - 0.10.x"
},
"main" : "lib/formula.js",
"dependencies" : {
"blueimp-md5" : "~1.1.0",
"jStat" : "0.0.2",
"lodash" : "2.4.1",
"moment" : "2.6.x",
"numeral" : "1.5.3",
"numeric" : "1.2.6",
"underscore.string" : "*"
},
"devDependencies" : {
"istanbul" : "*",
"jshint" : "*",
"mocha" : "*",
"should" : "*",
"rewire" : "*"
}
}