grunt-init-xblock
Version:
A grunt-init template for OpenEdX XBlocks
35 lines (34 loc) • 884 B
JSON
{
"name": "grunt-init-xblock",
"title": "Grunt XBlock Template",
"description": "A grunt-init template for OpenEdX XBlocks",
"version": "0.1.0",
"homepage": "https://github.com/Stanford-Online/grunt-init-xblock",
"author": {
"name": "stv",
"email": "stv@stanford.edu",
"url": "https://github.com/stvstnfrd"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/Stanford-Online/grunt-init-xblock.git"
},
"bugs": {
"url": "https://github.com/Stanford-Online/grunt-init-xblock/issues"
},
"scripts": {
"test": "node_modules/jshint/bin/jshint ./*.js"
},
"devDependencies": {
"jshint": "^2.5.10"
},
"keywords": [
"grunt",
"grunt-init",
"stanford",
"openedx",
"xblock",
"edx"
]
}