mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 10:14:10 -05:00
Update package files
This commit is contained in:
+6
-7
@@ -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
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user