2016-11-08 19:26:52 -05:00
|
|
|
{
|
|
|
|
"name": "knockout-metadata",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@microsoft/sp-client-base": "~0.4.0",
|
|
|
|
"@microsoft/sp-client-preview": "~0.5.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/sp-build-web": "~0.7.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "~0.4.0",
|
2016-11-11 20:11:56 -05:00
|
|
|
"@microsoft/sp-webpart-base": "^0.1.0",
|
2016-11-08 19:26:52 -05:00
|
|
|
"@microsoft/sp-webpart-workbench": "~0.5.0",
|
2016-11-09 16:03:02 -05:00
|
|
|
"gulp": "~3.9.1",
|
|
|
|
"knockout": "^3.4.1"
|
2016-11-08 19:26:52 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp nuke",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|