-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 612 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 612 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
{
"name": "strips-demo",
"version": "0.0.6",
"description": "Basic AI planning with STRIPS and PDDL.",
"author": {
"name": "Kory Becker",
"email": "kbecker@primaryobjects.com",
"url": "http://www.primaryobjects.com/kory-becker"
},
"dependencies": {
"pegjs": "*",
"strips": "*",
"d3": "3.*",
"jsdom": "9.12.0",
"xmldom": "*"
},
"engines": {
"node": "*",
"npm": "*"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
]
}