Skip to content

Instantly share code, notes, and snippets.

@linclark
Created February 24, 2015 17:34
Show Gist options
  • Save linclark/b9187adfe7f1b1c9ca55 to your computer and use it in GitHub Desktop.
Save linclark/b9187adfe7f1b1c9ca55 to your computer and use it in GitHub Desktop.
package.json for using-jquery-plugins-global
{
"name": "using-jquery-plugins-global",
"version": "1.0.0",
"dependencies": {
"jquery": "^2.1.3",
"tipso": "^1.0.2"
},
"browser": {
"tipso": "./node_modules/tipso/src/tipso.js"
},
"style": [
"./node_modules/tipso/src/tipso.css"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment