2015-08-31 22:04:35 +00:00
|
|
|
{
|
2016-10-04 20:10:25 +00:00
|
|
|
"name": "keyrune",
|
|
|
|
"description": "Keyrune",
|
|
|
|
"version": "1.7.2",
|
|
|
|
"author": {
|
|
|
|
"name": "Andrew Gioia",
|
|
|
|
"email": "andrewgioia@gmail.com",
|
|
|
|
"url": "http://andrewgioia.com"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
"JayGray <weber.joerg.h@gmail.com>",
|
|
|
|
"ardeay",
|
|
|
|
"Jordan Brauer <jbrauer.inc@gmail.com>"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/andrewgioia/Keyrune.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"homepage": "http://andrewgioia.com",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"del": "^2.2.1",
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-autoprefixer": "^3.1.0",
|
|
|
|
"gulp-cssnano": "^2.1.2",
|
|
|
|
"gulp-notify": "^2.2.0",
|
|
|
|
"gulp-rename": "^1.2.2",
|
2016-10-05 05:33:12 +00:00
|
|
|
"gulp-sass": "^2.3.2",
|
|
|
|
"merge": "^1.2.0",
|
|
|
|
"run-sequence": "^1.2.2"
|
2016-10-04 20:10:25 +00:00
|
|
|
},
|
|
|
|
"license": "(OFL-1.1 AND MIT)",
|
|
|
|
"main": "css/keyrune.css",
|
|
|
|
"ignore": [
|
|
|
|
"*/.*",
|
|
|
|
"*.json",
|
|
|
|
"*.md"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/andrewgioia/Keyrune/issues",
|
|
|
|
"email": "andrewgioia@gmail.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
}
|
2015-08-31 22:04:35 +00:00
|
|
|
}
|