You've already forked ObjectMakr
mirror of
https://github.com/FullScreenShenanigans/ObjectMakr.git
synced 2026-04-28 13:00:13 -07:00
34e81888b1
Tests seem to work now.
32 lines
985 B
JSON
32 lines
985 B
JSON
{
|
|
"name": "ObjectMakr",
|
|
"description": "An Abstract Factory for JavaScript classes that automates the process of setting constructors' prototypal inheritance.",
|
|
"version": "0.2.0",
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "josh@fullscreenmario.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:FullScreenShenanigans/ObjectMakr.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullScreenShenanigans/ObjectMakr/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/FullScreenShenanigans/ObjectMakr/blob/master/LICENSE.txt"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"chai": "~2.2.X",
|
|
"grunt": "~0.4.X",
|
|
"grunt-cli": "0.1.X",
|
|
"grunt-contrib-copy": "~0.8.X",
|
|
"grunt-contrib-uglify": "~0.8.X",
|
|
"grunt-mocha-phantomjs": "~0.6.X",
|
|
"grunt-typescript": "~0.6.X",
|
|
"mocha": "~2.2.X"
|
|
}
|
|
} |