Update package files

This commit is contained in:
Saul Johnson
2017-07-30 16:53:31 +01:00
parent 37aec8ccf8
commit fa486b91f2
3 changed files with 16 additions and 18 deletions
+6 -7
View File
@@ -1,16 +1,15 @@
{
"name": "lambdacasserole/silex-base",
"name": "lambdacasserole/avogadrio",
"version": "1.0.0",
"homepage": "https://github.com/lambdacasserole/silex-base",
"homepage": "https://github.com/lambdacasserole/avogadrio",
"authors": [
"Saul Johnson <saul.a.johnson@gmail.com>"
],
"description": "Basic Silex project for a simple website.",
"description": "Worship your favorite molecule by setting it as your wallpaper.",
"keywords": [
"basic",
"silex",
"simple",
"website"
"molecule",
"wallpaper",
"chemical"
],
"license": "MIT",
"dependencies": {
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "lambdacasserole/silex-base",
"description": "Basic Silex project for a simple website.",
"name": "lambdacasserole/avogadrio",
"description": "Worship your favorite molecule by setting it as your wallpaper.",
"type": "project",
"license": "MIT",
"authors": [
+8 -9
View File
@@ -1,27 +1,26 @@
{
"name": "silex-base",
"name": "avogadrio",
"version": "1.0.0",
"description": "Basic Silex project for a simple website.",
"description": "Worship your favorite molecule by setting it as your wallpaper.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lambdacasserole/silex-base"
"url": "https://github.com/lambdacasserole/avogadrio"
},
"keywords": [
"basic",
"silex",
"simple",
"website"
"molecule",
"wallpaper",
"chemical"
],
"author": "Saul Johnson",
"license": "MIT",
"bugs": {
"url": "https://github.com/lambdacasserole/silex-base/issues"
"url": "https://github.com/lambdacasserole/avogadrio/issues"
},
"homepage": "https://github.com/lambdacasserole/silex-base",
"homepage": "https://github.com/lambdacasserole/avogadrio",
"devDependencies": {
"bower": "~1.4.1",
"es6-promise": "^3.2.1",