forked from UnizinAnalytics/caliper-js-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"author": {
"name": "Prashant Nayak, Anthony Whyte",
"company": "IMS Global"
},
"name": "caliperjs",
"version": "1.0.0",
"main": "dist/caliperSensor.js",
"description": "Caliper Javascript Sensor",
"dependencies": {
"caterpillar": "^2.0.7",
"caterpillar-browser": "^2.0.1",
"caterpillar-filter": "^2.0.3",
"caterpillar-human": "^2.1.2",
"fs": "0.0.2",
"http-browserify": "^1.7.0",
"https-browserify": "0.0.0",
"lodash-node": "*",
"moment": "^2.10.1",
"q": "^1.0.1",
"querystring": "^0.2.0",
"uniq": "*",
"url": "^0.10.1"
},
"license": "For license information contact, [email protected]",
"devDependencies": {
"caterpillar": "^2.0.7",
"caterpillar-browser": "^2.0.1",
"caterpillar-filter": "^2.0.3",
"caterpillar-human": "^2.1.2",
"deep-diff": "^0.3.0",
"fs": "0.0.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.1.0",
"grunt-http-server": "^1.0.0",
"grunt-jsdoc": "^0.5.7",
"grunt-tape": "0.0.2",
"http-browserify": "^1.7.0",
"https-browserify": "0.0.0",
"jsonfile": "^2.0.0",
"karma": "^0.12.25",
"karma-browserify": "^1.0.0",
"moment": "^2.10.1",
"q": "^1.0.1",
"querystring": "^0.2.0",
"tape": "^3.0.3",
"url": "^0.10.1"
}
}