troop
Version:
Full-featured, testable OOP
38 lines (37 loc) • 1.39 kB
JSON
{
"name" : "troop",
"version" : "0.9.0",
"description" : "Full-featured, testable OOP",
"keywords" : [
"oop", "class", "classical", "inheritance", "trait", "traits",
"testing", "mocks",
"memoization", "surrogate", "surrogates"
],
"author" : "Dan Stocker <dan@kwaia.com>",
"copyright" : "Copyright (c) 2012-2015 Dan Stocker, Production Minds SD Limited",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "git://github.com/danstocker/troop.git"
},
"dependencies" : {
"dessert": "~0.3.2"
},
"devDependencies": {
"phil" : "~0.2.2",
"grunt" : "~0.4.1",
"grunt-jstestdriver" : "git://github.com/danstocker/grunt-jstestdriver.git",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.5.4",
"grunt-yui-compressor": "~0.3.0",
"grunt-contrib-copy" : "~0.4.1",
"grunt-jsdoc" : "~0.3.3",
"grunt-regex-replace" : "~0.2.5",
"common-gruntfile" : "git://github.com/danstocker/common-gruntfile.git#0.1.5",
"QUnitAdapter" : "https://dl.dropboxusercontent.com/u/9258903/packages/QUnitAdapter-0.1.0.tgz"
},
"files" : [
"troop.js"
],
"main" : "troop.js"
}