forked from aaditmshah/statemachines
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.13 KB
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": "statemachines",
"description": "Deterministic and Nondeterministic Finite State Machines for JavaScript. The backend for my regex library.",
"version": "0.1.1",
"keywords": ["deterministic", "nondeterministic", "finite", "state", "machines", "backend", "regex"],
"author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@fastmail.fm>",
"main": "lib/statemachines.js",
"maintainers": [{
"name": "Aadit M Shah",
"email": "aaditmshah@fastmail.fm",
"web": "http://aaditmshah.github.com/"
}],
"contributors": [{
"name": "Aadit M Shah",
"email": "aaditmshah@fastmail.fm",
"web": "http://aaditmshah.github.com/"
}],
"bugs": "https://github.com/aaditmshah/statemachines/issues",
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"repositories": [{
"type": "git",
"url": "https://github.com/aaditmshah/statemachines.git"
}],
"dependencies": {
"augment": "3.2.1",
"sorted-array": "1.1.0"
},
"homepage": "https://github.com/aaditmshah/statemachines"
}