diff --git a/package.json b/package.json index c074ce3..c8d4f2a 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,12 @@ "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" }, + "jspm": { + "main": "./index.js", + "dependencies": { + "jquery": "npm:jquery" + } + }, "scripts": { "test": "gulp", "before-deploy": "gulp && gulp compress",