28 lines
598 B
JSON
28 lines
598 B
JSON
|
{
|
||
|
"name": "jquery-cdn",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Waldek Mastykarz",
|
||
|
"url": "http://www.rencore.com"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@microsoft/sp-client-base": "~0.2.0",
|
||
|
"@microsoft/sp-client-preview": "~0.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@microsoft/sp-build-web": "~0.5.0",
|
||
|
"@microsoft/sp-module-interfaces": "~0.2.0",
|
||
|
"@microsoft/sp-webpart-workbench": "~0.2.0",
|
||
|
"gulp": "~3.9.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "gulp bundle",
|
||
|
"clean": "gulp nuke",
|
||
|
"test": "gulp test"
|
||
|
}
|
||
|
}
|