12 lines
304 B
JSON
12 lines
304 B
JSON
{
|
|
"name": "phantom-circuit",
|
|
"version": "0.0.1",
|
|
"description": "A simple logic circuit diagram and emulator using GoJS for diagramming",
|
|
"main": "logicCircuit.js",
|
|
"author": "Northwoods Software (https://gojs.net)",
|
|
"dependencies": {
|
|
"gojs": ">=1.5.18",
|
|
"phantomjs": "^1.9.19"
|
|
}
|
|
}
|