UNPKG

jstools-utils

Version:
43 lines (42 loc) 1.2 kB
{ "name": "jstools-utils", "version": "0.0.23", "description": "utils jstool example", "main": "utils.js", "scripts": { "test": "grunt test", "posttest": "grunt uglify:min" }, "repository": { "type": "git", "url": "https://github.com/jstools/utils.git" }, "keywords": [ "javascript", "jstools", "utils" ], "author": "Jesús Manuel Germade Castiñeiras <jesus@germade.es>", "license": "MIT", "bugs": { "url": "https://github.com/jstools/utils/issues" }, "homepage": "https://github.com/jstools/utils", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "latest", "grunt-contrib-watch": "^0.6.1", "grunt-increase-version": "latest", "grunt-karma": "^0.9.0", "grunt-shell": "latest", "jasmine": "^2.1.1", "jasmine-core": "^2.1.3", "karma": "^0.12.28", "karma-chrome-launcher": "^0.1.4", "karma-firefox-launcher": "^0.1.3", "karma-jasmine": "^0.3.2", "load-grunt-tasks": "latest", "time-grunt": "latest" } }