Files
StyleGuidr/package.json
2017-12-29 00:36:21 +00:00

32 lines
1001 B
JSON

{
"name": "StyleGuidr",
"description": "A generally comprehensive template for contributing to (or creating a) FullScreenShenanigans repository.",
"version": "1.0.0",
"author": {
"name": "Josh Goldberg",
"email": "josh@fullscreenmario.com"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:FullScreenShenanigans/StyleGuidr.git"
},
"bugs": {
"url": "https://github.com/FullScreenShenanigans/StyleGuidr/issues"
},
"license": "MIT",
"devDependencies": {
"chai": "~4.1.2",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-mocha-phantomjs": "~4.0.0",
"grunt-tslint": "~5.0.1",
"grunt-typescript": "~0.8.X",
"mocha": "~4.0.1",
"grunt-preprocess": "~5.1.0",
"tslint": "~5.8.0",
"typescript": "~2.6.2"
}
}