Files
ModAttachr/package.json
T

32 lines
960 B
JSON

{
"name": "ModAttachr",
"description": "An addon to define extensibility triggers for projects for modding.",
"version": "0.2.2",
"author": {
"name": "Josh Goldberg",
"email": "josh@fullscreenmario.com"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:FullScreenShenanigans/ModAttachr.git"
},
"bugs": {
"url": "https://github.com/FullScreenShenanigans/ModAttachr/issues"
},
"license": "MIT",
"devDependencies": {
"chai": "~2.X",
"grunt": "~0.4.X",
"grunt-cli": "~0.1.X",
"grunt-contrib-clean": "~0.6.X",
"grunt-contrib-copy": "~0.8.X",
"grunt-contrib-uglify": "~0.8.X",
"grunt-mocha-phantomjs": "~2.X",
"grunt-tslint": "~3.0.X",
"grunt-typescript": "~0.8.X",
"mocha": "~2.2.X",
"grunt-preprocess": "~4.1.X",
"tslint": "~3.2.X",
"typescript": "~1.7.X"
}
}