-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 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
{
"name": "eole-angular",
"private": true,
"description": "Eole angular application",
"author": "alcalyn",
"version": "1.0.0",
"homepage": "https://github.com/eole-io/eole-angular#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/eole-io/eole-angular.git"
},
"bugs": {
"url": "https://github.com/eole-io/eole-angular/issues"
},
"dependencies": {
"bower": "~1.3",
"file-exists": "^2.0.0",
"gulp": "^3.9.1",
"gulp-bower": "^0.0.13",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-inject": "^4.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.0"
},
"devDependencies": {
"xo": "^0.16.0"
},
"scripts": {
"preinstall": "cp config/plugins.js.dist config/plugins.js",
"test": "xo"
},
"xo": {
"space": 4,
"rules": {
"max-params": "off",
"yoda": "off",
"camelcase": "off",
"default-case": "off",
"max-nested-callbacks": "off",
"no-loop-func": "off"
},
"ignores": [
"config/environment.js",
"docker/**/*.js",
"**/*-mock.js"
]
},
"license": "MIT"
}