forked from psalaets/excel-formula-tokenizer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 726 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 726 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
30
31
32
{
"name": "@modelmap/excel-formula-tokenizer",
"version": "2.3.2",
"description": "Tokenize Excel formulas",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "mocha test/*-test.js"
},
"keywords": [
"excel",
"formula",
"parse",
"tokenize"
],
"author": "Atsushi Nagase <ngs@modelmap.co> (https://ngs.io)",
"contributors": [
"Paul Salaets <psalaets@gmail.com>"
],
"homepage": "https://github.com/psalaets/excel-formula-tokenizer",
"repository": {
"type": "git",
"url": "https://github.com/modelmap/excel-formula-tokenizer.git"
},
"license": "MIT",
"devDependencies": {
"mocha": "^3.2.0"
},
"publishConfig": {
"access": "public"
}
}