forked from ovh-ux/ovh-module-emailpro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 876 Bytes
/
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
{
"name": "ovh-module-emailpro",
"version": "5.2.1",
"description": "E-mail Pro module.",
"license": "BSD-3-Clause",
"author": "OVH SAS",
"repository": "ovh-ux/ovh-module-emailpro",
"scripts": {
"lint": "eslint src/. --ext .js --quiet",
"test": "grunt test"
},
"keywords": [
"angular",
"e-mail pro"
],
"devDependencies": {
"bower": "~1.4.1",
"ejs": "~2.3.1",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"grunt": "~0.4.5",
"grunt-bump": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-eslint": "^21.0.0",
"grunt-ng-constant": "~1.1.0",
"ipaddr.js": "~1.0.1",
"jsontoxml": "latest",
"lodash": "~3.9.3",
"matchdep": "~0.3.0",
"properties": "latest"
}
}