blob: dd76077f1a55afaac082d908bea9397df3010cae [file] [log] [blame]
Tyler Scottcdfcde82015-09-14 16:13:29 -06001{
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 Scotte564a5a2015-09-16 17:43:33 -060018 "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 Scottcdfcde82015-09-14 16:13:29 -060023 "http-server": "^0.8.0"
24 }
25}