19 lines
447 B
JSON
19 lines
447 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": "Michelle Tilley <michelle@michelletilley.net>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"harp": "~0.10.1"
|
|
}
|
|
}
|