-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
69 lines (69 loc) · 1.52 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
{
"name": "chronosjs",
"description": "JS Channels Mechanism",
"version": "0.1.0",
"author": {
"name": "LivePersonInc",
"email": "[email protected]"
},
"contributors": [
{
"name": "Michael Dimenshtein",
"email": "[email protected]"
},
{
"name": "Itai Koren",
"email": "[email protected]"
}
],
"dependencies": {
"cacherjs": "~0.1.0",
"circuit-breakerjs": "~0.0.5"
},
"devDependencies": {
"body-parser": "~1.17.2",
"chai": "~4.0.1",
"grunt": "~1.0.1",
"grunt-available-tasks": "~0.6.3",
"grunt-concat-in-order": "~0.2.6",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-env": "~0.4.4",
"grunt-istanbul": "~0.7.2",
"grunt-mocha": "~1.0.4",
"grunt-node-version": "~1.0.2",
"grunt-replace": "~1.0.1",
"grunt-simple-mocha": "~0.4.1",
"load-grunt-config": "~0.19.2",
"mkdirp": "~0.5.1",
"mocha": "~3.4.2",
"requirejs": "~2.3.3",
"sinon": "~2.3.2",
"time-grunt": "~1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LivePersonInc/chronosjs/"
},
"keywords": [
"liveperson",
"events",
"commands",
"request",
"response",
"courier",
"postmessage",
"chronos"
],
"main": "./Chronos.js",
"engines": {
"node": ">=4.3.1",
"npm": ">=1.4"
},
"scripts": {
"test": "grunt default --verbose"
},
"license": "MIT"
}