| { |
| "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", |
| "gulp-clean": "^0.3.1", |
| "gulp-closure-compiler-service": "^0.5.0", |
| "gulp-minify-css": "^1.2.1", |
| "gulp-minify-html": "^1.0.4", |
| "gulp-sourcemaps": "^1.5.2", |
| "http-server": "^0.8.0" |
| } |
| } |