forked from linagora/jmap-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 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
{
"name": "jmap-client",
"version": "0.0.6-dev",
"repository": "linagora/jmap-client",
"description": "This lib help to make requests against a JMAP server",
"main": "lib/jmap-client.js",
"dependencies": {},
"devDependencies": {
"request": "2.61.0",
"q": "1.4.1",
"jquery": "2.1.4",
"chai": "3.0.0",
"grunt": "0.4.5",
"grunt-continue": "0.0.1",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.11.2",
"grunt-lint-pattern": "0.1.4",
"grunt-mocha-cli": "1.13.1",
"grunt-jscs": "2.1.0",
"grunt-browserify": "4.0.1",
"grunt-jsdoc": "0.6.8",
"grunt-release": "0.13.0",
"grunt-exec": "0.4.6",
"karma": "0.12.37",
"karma-mocha": "0.2.0",
"karma-phantomjs-launcher": "0.2.0",
"load-grunt-tasks": "3.2.0",
"mocha": "2.2.5",
"node-getopt": "0.2.3",
"mockery": "1.4.0",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "0.1.6",
"karma-spec-reporter": "0.0.20",
"phantomjs-polyfill": "0.0.1",
"jquery-mockjax": "2.0.1",
"chai-datetime": "1.4.0",
"babelify": "6.3.0",
"jsdoc": "jsdoc3/jsdoc#a6927b2fbd51acf616d153339f78e6f5703688a0",
"browserify-versionify": "1.0.6",
"phantomjs": "1.9.18"
},
"scripts": {
"test": "grunt test"
},
"author": "Linagora Folks"
}