forked from rodriguelegall/ngBonita
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
42
{
"name": "ngBonita",
"version": "1.5.0",
"description": "AngularJS module for Bonita BPM platform. This module acts as a Bonita REST API client.",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/rodriguelegall/ngBonita.git"
},
"keywords": [
"bonita",
"angular",
"bpm"
],
"author": "https://github.com/rodriguelegall/ngBonita/graphs/contributors",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/rodriguelegall/ngBonita/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/rodriguelegall/ngBonita/issues"
},
"homepage": "https://github.com/rodriguelegall/ngBonita",
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-newer": "1.1.0",
"grunt-ng-annotate": "0.10.0",
"grunt-release": "0.11.0",
"grunt-update-json": "0.1.3",
"jshint-stylish": "1.0.1",
"load-grunt-tasks": "3.1.0",
"time-grunt": "1.1.0"
}
}