Tyler Scott | cdfcde8 | 2015-09-14 16:13:29 -0600 | [diff] [blame] | 1 | { |
| 2 | "name": "ndn-atmos", |
| 3 | "description": "A frontend for the ndn-atmos project", |
| 4 | "version": "2.1.0", |
| 5 | "license": "MIT", |
| 6 | "author": { |
| 7 | "name": "Tyler Scott", |
| 8 | "email": "tyduptyler13@gmail.com", |
| 9 | "url": "myuplay.com" |
| 10 | }, |
| 11 | "contributors": [], |
| 12 | "scripts": { |
| 13 | "build": "gulp", |
| 14 | "host": "http-server -c-1 -p 5555 -a ::1; x-www-browser http://localhost:5555/catalog" |
| 15 | }, |
| 16 | "devDependencies": { |
| 17 | "gulp": "^3.9.0", |
Tyler Scott | e564a5a | 2015-09-16 17:43:33 -0600 | [diff] [blame] | 18 | "gulp-clean": "^0.3.1", |
| 19 | "gulp-closure-compiler-service": "^0.5.0", |
| 20 | "gulp-minify-css": "^1.2.1", |
| 21 | "gulp-minify-html": "^1.0.4", |
| 22 | "gulp-sourcemaps": "^1.5.2", |
Tyler Scott | cdfcde8 | 2015-09-14 16:13:29 -0600 | [diff] [blame] | 23 | "http-server": "^0.8.0" |
| 24 | } |
| 25 | } |