mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 10:14:10 -05:00
34 lines
818 B
JSON
34 lines
818 B
JSON
{
|
|
"name": "avogadrio",
|
|
"version": "1.0.0",
|
|
"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/avogadrio"
|
|
},
|
|
"keywords": [
|
|
"molecule",
|
|
"wallpaper",
|
|
"chemical"
|
|
],
|
|
"author": "Saul Johnson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lambdacasserole/avogadrio/issues"
|
|
},
|
|
"homepage": "https://github.com/lambdacasserole/avogadrio",
|
|
"devDependencies": {
|
|
"bower": "~1.4.1",
|
|
"es6-promise": "^3.2.1",
|
|
"gulp": "^3.8.8",
|
|
"gulp-autoprefixer": "^3.1.0",
|
|
"gulp-coffee": "^2.2.0",
|
|
"gulp-less": "^1.3.6",
|
|
"gulp-minify-css": "^1.2.4"
|
|
}
|
|
}
|