26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"name": "angular-ngofficeuifabric-todo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~0.1.12",
|
|
"@microsoft/sp-client-preview": "~0.1.12",
|
|
"angular": "^1.5.8",
|
|
"ng-office-ui-fabric": "^0.12.3"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~0.4.32",
|
|
"@microsoft/sp-module-interfaces": "~0.1.8",
|
|
"@microsoft/sp-webpart-workbench": "~0.1.12",
|
|
"gulp": "~3.9.1"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp nuke",
|
|
"test": "gulp test"
|
|
}
|
|
}
|