Merge pull request #835 from tsop14/master
fengyuanchen/cropperjs override and mapping
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/cropper",
|
||||||
|
"jspmNodeConversion": false,
|
||||||
|
"dependencies": {
|
||||||
|
"css": "npm:system-css"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"dist/cropper": [
|
||||||
|
"./cropper.css!"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -209,6 +209,7 @@
|
|||||||
"constants": "github:jspm/nodelibs-constants",
|
"constants": "github:jspm/nodelibs-constants",
|
||||||
"core-js": "npm:core-js",
|
"core-js": "npm:core-js",
|
||||||
"cram": "github:cujojs/cram",
|
"cram": "github:cujojs/cram",
|
||||||
|
"cropperjs": "npm:cropperjs",
|
||||||
"crypto": "github:jspm/nodelibs-crypto",
|
"crypto": "github:jspm/nodelibs-crypto",
|
||||||
"cryptojs": "github:sytelus/cryptojs",
|
"cryptojs": "github:sytelus/cryptojs",
|
||||||
"css-element-queries": "github:marcj/css-element-queries",
|
"css-element-queries": "github:marcj/css-element-queries",
|
||||||
|
|||||||
Reference in New Issue
Block a user