1 | {
|
2 | "name": "strips",
|
3 | "version": "0.0.10",
|
4 | "description": "Basic AI planning with STRIPS and PDDL.",
|
5 | "author": {
|
6 | "name": "Kory Becker",
|
7 | "email": "kbecker@primaryobjects.com",
|
8 | "url": "http://www.primaryobjects.com/kory-becker"
|
9 | },
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "git://github.com/primaryobjects/strips.git"
|
13 | },
|
14 | "main": "./",
|
15 | "dependencies": {
|
16 | "pegjs": "*"
|
17 | },
|
18 | "engines": {
|
19 | "node": "*",
|
20 | "npm": "*"
|
21 | },
|
22 | "licenses": [
|
23 | {
|
24 | "type": "MIT",
|
25 | "url": "http://opensource.org/licenses/MIT"
|
26 | }
|
27 | ],
|
28 | "keywords": [
|
29 | "strips",
|
30 | "pddl",
|
31 | "blocks world",
|
32 | "planning",
|
33 | "domain",
|
34 | "planning domain definition language",
|
35 | "artificial intelligence",
|
36 | "ai",
|
37 | "ai planning",
|
38 | "planning graph",
|
39 | "partial planner",
|
40 | "partial order plan",
|
41 | "stanford research institute problem solver",
|
42 | "problem solver",
|
43 | "planner",
|
44 | "automated planner",
|
45 | "automated planning",
|
46 | "sussman",
|
47 | "sussman anomaly"
|
48 | ],
|
49 | "_id": "strips@0.0.10",
|
50 | "_from": "strips"
|
51 | } |
\ | No newline at end of file |