grunt-trackjs
Version:
Grunt plugin for TrackJS
52 lines (51 loc) • 1.04 kB
JSON
{
"name": "grunt-trackjs",
"description": "Grunt plugin for TrackJS",
"version": "0.1.4",
"homepage": "http://github.com/OhmzTech/grunt-trackjs",
"author": {
"name": "OhmzTech",
"email": "apps@ohmztech.com",
"url": "http://www.ohmztech.com"
},
"repository": {
"type": "git",
"url": "git://github.com/OhmzTech/grunt-trackjs.git"
},
"bugs": {
"url": "https://github.com/OhmzTech/grunt-trackjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"trackjs": "^2.1.14",
"node-stringify": "^0.0.18"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"trackjs",
"error",
"exception",
"tracking",
"logging"
]
}