forked from linagora/jmap-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "jmap-client",
"version": "0.0.25-dev",
"repository": "linagora/jmap-client",
"description": "This lib help to make requests against a JMAP server",
"main": "lib/jmap-client.js",
"devDependencies": {
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-builtin-extend": "1.1.0",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babelify": "7.3.0",
"browserify-versionify": "1.0.6",
"chai": "3.5.0",
"chai-datetime": "1.4.1",
"chai-shallow-deep-equal": "1.4.4",
"grunt": "1.0.1",
"grunt-browserify": "5.0.0",
"grunt-continue": "0.1.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-coveralls": "1.0.1",
"grunt-exec": "1.0.1",
"grunt-jscs": "3.0.1",
"grunt-jsdoc": "2.1.0",
"grunt-karma": "2.0.0",
"grunt-lcov-merge": "1.2.3",
"grunt-lint-pattern": "0.1.4",
"grunt-mocha-cli": "3.0.0",
"grunt-mocha-istanbul": "5.0.2",
"grunt-release": "0.14.0",
"istanbul": "0.4.5",
"jquery": "3.1.1",
"jquery-mockjax": "2.2.1",
"jsdoc": "jsdoc3/jsdoc#a6927b2fbd51acf616d153339f78e6f5703688a0",
"karma": "1.4.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "3.5.2",
"mocha": "3.2.0",
"mockery": "2.0.0",
"node-getopt": "0.2.3",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.14",
"q": "1.4.1",
"request": "2.79.0",
"sinon": "1.17.7",
"sinon-chai": "2.8.0"
},
"scripts": {
"test": "grunt test"
},
"author": "Linagora Folks",
"license": "MIT"
}