This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
79 lines (79 loc) · 2.01 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@uncharted.software/stories-facets",
"main": "dist/facets.js",
"description": "Facets Component developed by Uncharted Software",
"repository": "https://github.com/unchartedsoftware/stories-facets",
"license": "Apache-2.0",
"version": "2.12.18",
"devDependencies": {
"body-parser": "~1.18.3",
"browserify": "^16.2.3",
"browserify-istanbul": "^3.0.1",
"browserify-shim": "^3.8.12",
"chai": "^3.4.1",
"cookie-parser": "~1.3.5",
"debug": "~4.1.1",
"express": "~4.16.4",
"gulp": "4.0.0",
"gulp-concat": "2.6.0",
"gulp-define-module": "0.1.4",
"gulp-filter": "3.0.1",
"gulp-handlebars": "5.0.2",
"gulp-jshint": "^2.1.0",
"gulp-minify-css": "1.2.4",
"gulp-order": "1.2.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "3.0.2",
"handlebars": "4.1.0",
"hbs": "~4.0.3",
"jshint": "^2.10.1",
"karma": "^4.0.1",
"karma-browserify": "^5.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^1.1.2",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.1.0",
"karma-tamtam-bamboo-reporter": "^1.0.1",
"lolex": "^1.4.0",
"mocha": "^6.0.2",
"morgan": "~1.9.1",
"phantom-ownpropertynames": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"proxyquireify": "^3.0.1",
"run-sequence": "2.2.1",
"serve-favicon": "~2.5.0",
"shelljs": "^0.6.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "^3.11.1"
},
"browserify-shim": {
"jquery": "global:$"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"jspm": {
"main": "facets.min",
"registry": "npm",
"directories": {
"lib": "dist"
},
"ignore": [
"node_modules",
"extern",
"examples"
]
},
"scripts": {
"test": "npm install -g gulp && gulp deploy && gulp test"
},
"dependencies": {}
}