2016-08-31 10:14:32 -04:00
|
|
|
{
|
|
|
|
"name": "angular-ngofficeuifabric-todo",
|
2016-09-09 11:30:16 -04:00
|
|
|
"version": "1.1.0",
|
2016-08-31 10:14:32 -04:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-09-09 11:19:02 -04:00
|
|
|
"@microsoft/sp-client-base": "~0.2.0",
|
|
|
|
"@microsoft/sp-client-preview": "~0.2.0"
|
2016-08-31 10:14:32 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-09-09 11:19:02 -04:00
|
|
|
"@microsoft/sp-build-web": "~0.5.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "~0.2.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "~0.2.0",
|
2016-08-31 10:14:32 -04:00
|
|
|
"gulp": "~3.9.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp nuke",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|