forked from chesleybrown/uservoice-trigger-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 833 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
{
"name": "uservoice-trigger-directive",
"version": "5.1.0",
"description": "Simple directive to trigger a UserVoice popup.",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/chesleybrown/uservoice-trigger-directive.git"
},
"keywords": [
"UserVoice",
"Angular",
"AngularJS",
"directive",
"popup"
],
"author": "Chesley Brown <[email protected]> (http://chesleybrown.ca/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chesleybrown/uservoice-trigger-directive/issues"
},
"homepage": "https://github.com/chesleybrown/uservoice-trigger-directive",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-tabs4life": "^5.0.0",
"load-grunt-tasks": "^3.5.0"
},
"files": [
"src"
]
}