forked from linagora/linagora.esn.emoticon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "linagora.esn.emoticon",
"version": "1.0.2-dev",
"description": "Emoticon support for the ESN",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Linagora folks <[email protected]>",
"license": "AGPLv3",
"dependencies": {
"awesome-module": "1.1.0",
"express": "4.14.0",
"glob-all": "3.1.0"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.6.0",
"eslint-config-airbnb-base": "8.0.0",
"eslint-config-linagora-esn": "1.1.1",
"eslint-plugin-import": "1.16.0",
"grunt": "1.0.1",
"grunt-eslint": "19.0.0",
"grunt-karma": "2.0.0",
"grunt-mocha-cli": "3.0.0",
"grunt-puglint": "1.0.0",
"grunt-release": "0.14.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.0.1",
"@linagora/karma-ng-jade2module-preprocessor": "0.5.3",
"karma-phantomjs-launcher": "1.0.2",
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "3.5.0",
"mocha": "3.1.2",
"phantomjs-prebuilt": "2.1.12",
"sinon": "1.17.5"
}
}