This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 1.91 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
{
"name": "siqstory-journalist",
"version": "0.0.0-semantic-release",
"description": "fullstory-esque recording script for fun",
"main": ".src/index.js",
"types": ".src/types.d.js",
"homepage": "https://github.com/relateiq/siqstory-journalist",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"url": "https://github.com/relateiq/siqstory-journalist.git"
},
"bugs": {
"url": "https://github.com/relateiq/siqstory-journalist/issues"
},
"scripts": {
"test": "echo 'no tests yet'",
"start": "bin/iqb start",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"peerDependencies": {
"angular": "1.x",
"angular-component": "0.x"
},
"devDependencies": {
"aliasify": "~1.9.0",
"browserify": "~13.0.0",
"chokidar-cli": "~1.0.1",
"condition-circle": "~1.5.0",
"connect-livereload": "~0.5.4",
"exorcist": "~0.4.0",
"express": "~4.13.4",
"http-proxy": "~1.13.2",
"jquery": "~3.5.1",
"karma": "~0.13.22",
"karma-browserify": "~5.0.5",
"karma-chrome-launcher": "~1.0.1",
"karma-script-launcher": "~1.0.0",
"karma-tap": "~1.0.4",
"karma-teamcity-reporter": "~1.0.0",
"llexec": "~1.0.1",
"node-sass": "~3.4.2",
"riq-partialify": "~3.2.0",
"semantic-release": "^4.3.5",
"shallow-diff": "0.0.5",
"tap-min": "~1.1.0",
"tape": "~4.5.1",
"tiny-lr": "~0.2.1",
"typescript": "~1.8.7",
"typings": "~1.3.1",
"watchify": "~3.7.0",
"web-core-router": "~0.3.1",
"yargs": "~4.2.0"
},
"browserify-shim": {},
"browserify": {
"transform": [
"riq-partialify"
]
},
"dependencies": {
"lodash": "~4.17.19",
"uuid": "~2.0.3"
},
"author": "[email protected]",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"release": {
"verifyConditions": "condition-circle"
}
}