forked from segmentio/facade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 KB
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
{
"name": "bytegain-facade",
"version": "3.3.0",
"description": "Providing common fields for analytics integrations",
"keywords": [],
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ByteGain/facade.git"
},
"author": "Segment <friends@segment.com>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ByteGain/facade/issues"
},
"homepage": "https://github.com/ByteGain/facade#readme",
"dependencies": {
"@segment/isodate-traverse": "^1.0.0",
"@ndhoule/clone": "^1.0.0",
"inherits": "^2.0.1",
"is-email": "0.1.0",
"new-date": "^1.0.0",
"obj-case": "0.x",
"trim": "0.0.1",
"type-component": "0.0.1"
},
"devDependencies": {
"@segment/eslint-config": "^3.1.1",
"@segment/isodate": "^1.0.2",
"@segment/to-iso-string": "^1.0.0",
"browserify": "13.0.0",
"browserify-istanbul": "^2.0.0",
"documentation": "^5.4.0",
"eslint": "^2.9.0",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-require-path-exists": "^1.1.5",
"expect.js": "^0.3.1",
"istanbul": "^0.4.3",
"karma": "1.3.0",
"karma-browserify": "^5.0.4",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"matcha": "^0.5.0",
"mocha": "^2.4.5",
"mochify": "^2.17.0",
"phantomjs-prebuilt": "^2.1.7",
"proclaim": "^3.4.1",
"sinon": "^1.7.3",
"watchify": "^3.7.0"
}
}