{ | |
"name": "ndn-atmos", | |
"description": "A frontend for the ndn-atmos project", | |
"version": "2.1.0", | |
"license": "MIT", | |
"author": { | |
"name": "Tyler Scott", | |
"email": "tyduptyler13@gmail.com", | |
"url": "myuplay.com" | |
}, | |
"contributors": [], | |
"scripts": { | |
"build": "gulp", | |
"host": "http-server -c-1 -p 5555 -a ::1; x-www-browser http://localhost:5555/catalog" | |
}, | |
"devDependencies": { | |
"gulp": "^3.9.0", | |
"http-server": "^0.8.0" | |
} | |
} |