UNPKG

boneyard

Version:

Architectural Toolkit for Web Development

74 lines (73 loc) 1.72 kB
{ "name": "boneyard", "version": "0.1.4", "description": "Architectural Toolkit for Web Development", "main": "run.js", "homepage": "http://nahuelio.github.io/boneyard", "dependencies": { "connect": "2.13.x", "compression": "1.2.2", "commander": "2.0.0", "glob": "3.2.9", "fs-extra": "0.12.0", "requirejs": "2.1.11", "underscore": "1.6.x", "underscore.string": "2.3.x", "watch": "~0.11.x", "uglify-js": "1.3.5", "socket.io": "~1.2", "colors": "~0.6.2" }, "devDependencies": { "jscoverage": "0.3.7", "karma": "~0.12.x", "karma-chrome-launcher": "0.1.2", "karma-coverage": "*", "karma-coveralls": "^1.1.2", "karma-expect": "*", "karma-firefox-launcher": "0.1.3", "karma-html2js-preprocessor": "0.1.0", "karma-mocha": "*", "karma-mocha-reporter": "0.2.2", "karma-nyan-reporter": "0.2.2", "karma-phantomjs-launcher": "~0.1", "karma-requirejs": "~0.2.2", "karma-safari-launcher": "0.1.1", "karma-script-launcher": "0.1.0", "karma-spec-reporter": "0.0.12", "mocha": "1.10.x", "sinon": "1.16.x", "yuidocjs": "0.3.x" }, "bin": { "composer": "./bin/composer" }, "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/nahuelio/boneyard.git" }, "keywords": [ "toolkit", "architectural", "backbone", "framework", "ioc", "ui" ], "author": "Patricio Ferreira <3dimentionar@gmail.com>", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/nahuelio/boneyard/issues" }, "engines": { "node": ">0.10" }, "files": [ "bin", "tools" ] }