-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 983 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "angular-point-group-manager",
"version": "6.0.0",
"description": "angular-point tool to manage SharePoint users and groups.",
"directories": {
"test": "test"
},
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@types/angular": "~1.5.19",
"@types/core-js": "~0.9.35",
"@types/hammerjs": "^2.0.34",
"@types/jasmine": "~2.5.40",
"@types/lodash": "~4.14.45",
"@types/node": "^6.0.58",
"@types/source-map": "~0.5.0",
"@types/toastr": "^2.1.32"
},
"repository": {
"type": "git",
"url": "https://github.com/scatcher/angular-point-group-manager.git"
},
"keywords": [
"angular-point"
],
"author": "Scott Hatcher",
"license": "MIT",
"bugs": {
"url": "https://github.com/scatcher/angular-point-group-manager/issues"
},
"homepage": "https://github.com/scatcher/angular-point-group-manager"
}