forked from blackbaud/stache2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@blackbaud/stache",
"version": "2.13.0",
"description": "Angular 2 components for SKY UX Builder SPAs",
"author": "Blackbaud, Inc.",
"keywords": [],
"homepage": "https://github.com/blackbaud/stache2",
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/stache2.git"
},
"bugs": {
"url": "https://github.com/blackbaud/stache2/issues"
},
"license": "MIT",
"main": "bundles/bundle.umd.js",
"module": "index.ts",
"engines": {
"node": ">=6.11.1"
},
"scripts": {
"skyux": "skyux",
"test": "skyux test && skyux e2e && skyux build && npm run build",
"build": "skyux build-public-library",
"start": "skyux serve"
},
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@blackbaud/skyux": "^2.0.0"
},
"dependencies": {
"@blackbaud/skyux-builder-plugin-stache": "~1.7.0",
"@blackbaud/skyux-builder-stache-search": "^1.3.0",
"btoa": "1.1.2",
"es6-object-assign": "1.1.0",
"lodash.get": "4.4.2",
"prismjs": "1.15.0"
},
"devDependencies": {
"@blackbaud/skyux": "2.25.0",
"@blackbaud/skyux-builder": "1.22.0",
"@blackbaud/skyux-lib-testing": "1.0.0"
}
}