Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-gluejs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-gluejs - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

index.js

16

package.json
{
"name": "grunt-gluejs",
"version": "0.0.1",
"version": "0.1.0",
"description": "Grunt wrapper for GlueJS",
"main": "tasks/gluejs.js",
"scripts": {
"test": "mocha"
},
"main": "index.js",
"repository": {

@@ -22,12 +19,5 @@ "type": "git",

"license": "BSD",
"devDependencies": {
"expect.js": "~0.2.0",
"grunt": "~0.3.17",
"grunt-simple-mocha": "~0.2.0",
"mocha": "~1.7.3"
},
"dependencies": {
"gluejs": "~0.2.0",
"lodash": "~1.0.0-rc.1"
"grunt-glue-js": "*"
}
}
grunt-gluejs
============
Grunt wrapper for GlueJS
Example Config:
```javascript
grunt.initConfig({
gluejs: {
"dist/index.js": {
basepath: "lib",
includes: ["lib/*.js"],
excludes: ["lib/C.js"],
replace: {
"jQuery": "window.$"
},
npm: {
"lodash": "../../"
},
exportName: "A"
}
}
});
grunt.loadNpmTasks("grunt-gluejs");
```
This project is no longer maintained. Please use [grunt-glue-js](https://github.com/ngryman/grunt-glue-js).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc