forked from creynders/jsfsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 973 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
{
"name": "jsfsa",
"description": "A lightweight lib for creating finite-state automata (finite-state machines)",
"version": "0.3.3",
"author": "Camille Reynders (http://www.creynders.be/)",
"homepage": "http://github.com/creynders/jsfsa",
"repository": {
"type": "git",
"url": "git://github.com/creynders/jsfsa.git"
},
"bugs": {
"url": "http://github.com/creynders/jsfsa/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/creynders/jsfsa/blob/master/LICENSE"
}
],
"keywords": [
"fsm",
"finite-state machine",
"automaton",
"state"
],
"scripts": {
"test": "grunt travis --verbose"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jasmine": "~0.4.1",
"grunt-jsdoc": "~0.2.4",
"grunt-replace": "~0.4.3",
"grunt-bump": "0.0.2"
}
}