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", | ||||
18 | "http-server": "^0.8.0" | ||||
19 | } | ||||
20 | } |