@benjaminreid/ready.js
Version:
Takes the pain out of writing conditional initialisation code
38 lines (37 loc) • 929 B
JSON
{
"name": "@benjaminreid/ready.js",
"version": "0.1.2",
"filename": "ready.min.js",
"description": "Takes the pain out of writing conditional initialisation code",
"main": "dist/ready.js",
"repository": {
"type": "git",
"url": "https://github.com/nouveller/ready.js.git"
},
"keywords": [
"ready",
"dry",
"initialisation"
],
"author": "Benjamin Reid <benjaminreid.nouveller@gmail.com> (http://nouveller.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nouveller/ready.js/issues"
},
"homepage": "https://github.com/nouveller/ready.js",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-release-tasks": "0.0.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/nouveller/ready.js.git",
"basePath": "dist/",
"files": [
"ready.min.js",
"ready.js"
]
}
}