UNPKG

841 BJSONView Raw
1{
2 "name": "concepto-bridge",
3 "version": "1.0.8",
4 "description": "Concepto DSL - Live Mode Bridge",
5 "main": "live.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "concepto",
11 "bridge",
12 "live",
13 "dsl",
14 "creador-dev",
15 "creador"
16 ],
17 "author": "Pablo Schaffner",
18 "license": "ISC",
19 "dependencies": {
20 "applescript": "^1.0.0",
21 "cheerio": "^0.19.0",
22 "colors": "^1.1.2",
23 "esprima": "^2.7.1",
24 "js2xmlparser": "^1.0.0",
25 "jsonfile": "^2.2.3",
26 "net": "^1.0.2",
27 "node-notifier": "^4.4.0",
28 "node-watch": "^0.3.5",
29 "pkginfo": "^0.3.1",
30 "portastic": "^1.0.1",
31 "socket.io-client": "^0.9.17",
32 "strip-bom": "^2.0.0",
33 "xml2js": "^0.4.15"
34 },
35 "bin": {
36 "concepto-live-bridge": "./live",
37 "live": "./live"
38 }
39}