-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.5 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.5 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ri-backoffice",
"version": "2.1.51",
"description": "Administration panel for route-injector package",
"author": "Gerard Solé",
"contributors": [
{
"name": "Alex Albalá",
"email": "alex.alaba@alteraid.com"
},
{
"name": "Juan López",
"email": "juan.lopez@alteraid.com"
},
{
"name": "Gerard Solé",
"email": "g.sole.ca@gmail.com"
}
],
"main": "index.js",
"devDependencies": {
"bower": "*",
"ghooks": "^1.3.2",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "*",
"grunt-env": "*",
"grunt-filerev": "^2.1.2",
"grunt-ng-annotate": "*",
"grunt-notify": "^0.4.5",
"grunt-preprocess": "*",
"grunt-sass": "^1.0.0",
"grunt-usemin": "^3.0.0",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.0.0"
},
"scripts": {
"transpile": "./command.sh transpile",
"build_git_hook": "./command.sh build"
},
"config": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RouteInjector/ri-backoffice.git"
},
"keywords": [
"backoffice",
"route-injector",
"angular"
],
"bugs": {
"url": "https://github.com/RouteInjector/ri-backoffice/issues"
},
"homepage": "https://github.com/RouteInjector/ri-backoffice#readme"
}