silverstripe-framework/npm-shrinkwrap.json
David Craig 254b942737 Adds npm for managing client-side dependencies
- Includes a package.json file with build and CI scripts
- Includes shrinkwrap file for locking dependency version
- Includes Gulp for running build tasks
- Includes a 'build' task for copying library files from node_modules to thirdparty
- Includes a 'sanity' task for makes sure library files in thirdparty match what's in node_modules
- Includes updates to .travis.yml (new JS_SANITY_CHECK flag) to run the sanity task
2016-01-13 09:23:47 +13:00

56 lines
1.8 KiB
JSON

{
"name": "silverstripe-framework",
"version": "4.0.0",
"dependencies": {
"blueimp-file-upload": {
"version": "6.0.3",
"from": "blueimp-file-upload@6.0.3",
"resolved": "https://registry.npmjs.org/blueimp-file-upload/-/blueimp-file-upload-6.0.3.tgz",
"dependencies": {
"jquery": {
"version": "2.1.4",
"from": "jquery@>=1.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-2.1.4.tgz"
},
"jquery.ui.widget": {
"version": "1.10.3",
"from": "jquery.ui.widget@>=1.8.0",
"resolved": "https://registry.npmjs.org/jquery.ui.widget/-/jquery.ui.widget-1.10.3.tgz"
},
"blueimp-load-image": {
"version": "2.1.0",
"from": "blueimp-load-image@>=1.1.3",
"resolved": "https://registry.npmjs.org/blueimp-load-image/-/blueimp-load-image-2.1.0.tgz"
},
"blueimp-tmpl": {
"version": "3.1.0",
"from": "blueimp-tmpl@>=1.0.2",
"resolved": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-3.1.0.tgz"
}
}
},
"blueimp-load-image": {
"version": "1.1.3",
"from": "blueimp-load-image@1.1.3",
"resolved": "https://registry.npmjs.org/blueimp-load-image/-/blueimp-load-image-1.1.3.tgz"
},
"blueimp-tmpl": {
"version": "1.0.2",
"from": "blueimp-tmpl@1.0.2",
"resolved": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-1.0.2.tgz"
},
"jquery-sizes": {
"version": "0.33.0",
"from": "jquery-sizes@0.33.0",
"resolved": "https://registry.npmjs.org/jquery-sizes/-/jquery-sizes-0.33.0.tgz",
"dependencies": {
"jquery": {
"version": "2.1.4",
"from": "jquery@latest",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-2.1.4.tgz"
}
}
}
}
}