planetary.js/site/package.json
2013-12-18 20:47:31 -08:00

19 lines
444 B
JSON

{
"name": "planetaryjs-site",
"version": "0.0.0",
"description": "Web site for Planetary.js",
"main": "index.js",
"homepage": "http://planetaryjs.com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "harp server",
"compile": "harp compile"
},
"author": "Brandon Tilley <brandon@brandontilley.com>",
"license": "MIT",
"private": true,
"dependencies": {
"harp": "~0.10.1"
}
}