34 lines
840 B
JSON
34 lines
840 B
JSON
{
|
|
"name": "the-backbone-store",
|
|
"version": "3.0.1",
|
|
"description": "A comprehensive (one hopes) tutorial on a simple development platform for Backbone.",
|
|
"main": "htdocs/index.html",
|
|
"dependencies": {
|
|
"http-server": "^0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"inotify": "^1.4.0",
|
|
"bower": "^1.7.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make serve"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/elfsternberg/The-Backbone-Store.git"
|
|
},
|
|
"keywords": [
|
|
"backbone",
|
|
"javascript",
|
|
"makefiles",
|
|
"node",
|
|
"tutorial"
|
|
],
|
|
"author": "Kenneth M. \"Elf\" Sternberg <elf.sternberg@gmail.com>",
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/elfsternberg/The-Backbone-Store/issues"
|
|
},
|
|
"homepage": "https://github.com/elfsternberg/The-Backbone-Store#readme"
|
|
}
|