25 lines
551 B
JSON
Executable File
25 lines
551 B
JSON
Executable File
{
|
|
"name": "angular-todo-webpart",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~0.5.1",
|
|
"@microsoft/sp-webpart-base": "~0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~0.8.1",
|
|
"@microsoft/sp-module-interfaces": "~0.5.1",
|
|
"@microsoft/sp-webpart-workbench": "~0.6.1",
|
|
"@types/angular": "^1.5.16",
|
|
"gulp": "~3.9.1"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp nuke",
|
|
"test": "gulp test"
|
|
}
|
|
}
|