added jspm dependencies

This commit is contained in:
Jean Farrugia 2016-07-20 07:47:22 +02:00
parent 0ab95f2d57
commit 68dbc427ea

View File

@ -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",