blob: 1b727ad898d6be4242ad4cd66f0eb51421ef5cff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "simulator",
"version": "1.0.0",
"description": "This application accept ngspice netlist",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Fahim Khan",
"license": "ISC",
"dependencies": {
"ejs": "^2.5.2",
"express": "^4.13.4",
"python-shell": "^0.4.0",
"shelljs": "^0.7.0",
"socket.io": "^1.4.5"
}
}
|