File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/grunt-browserify/package.json
{
"_args": [
[
"grunt-browserify@5.3.0",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_development": true,
"_from": "grunt-browserify@5.3.0",
"_id": "grunt-browserify@5.3.0",
"_inBundle": false,
"_integrity": "sha512-6jNNSqdCbazFufc3ulS7LjULa3aoiU2gOKWRgDMcJtGT/ZnMx0XrU4/iM/BCwHZ614YNzXfbvJ6H2ROrdAIeqw==",
"_location": "/grunt-browserify",
"_phantomChildren": {
"lodash": "4.17.21"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "grunt-browserify@5.3.0",
"name": "grunt-browserify",
"escapedName": "grunt-browserify",
"rawSpec": "5.3.0",
"saveSpec": null,
"fetchSpec": "5.3.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-browserify/-/grunt-browserify-5.3.0.tgz",
"_spec": "5.3.0",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"bugs": {
"url": "https://github.com/jmreidy/grunt-browserify/issues"
},
"contributors": [
{
"name": "Justin Reidy",
"email": "jmreidy@rzrsharp.net"
},
{
"name": "Tommy Leunen",
"email": "tommy.leunen@gmail.com"
}
],
"dependencies": {
"async": "^2.5.0",
"browserify": "^16.0.0",
"browserify-incremental": "^3.1.1",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"resolve": "^1.1.6",
"watchify": "^3.6.1"
},
"description": "Grunt task for node-browserify",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"mocha": "^3.5.0",
"sinon": "^3.2.0"
},
"engines": {
"node": ">= 0.8.x"
},
"files": [
"lib/",
"tasks/"
],
"homepage": "https://github.com/jmreidy/grunt-browserify",
"keywords": [
"gruntplugin",
"browserify",
"grunt"
],
"license": "MIT",
"main": "tasks/browserify.js",
"name": "grunt-browserify",
"repository": {
"type": "git",
"url": "git://github.com/jmreidy/grunt-browserify.git"
},
"scripts": {
"test": "mocha -R spec --timeout 5000"
},
"version": "5.3.0"
}