-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 973 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
36
37
38
39
40
{
"name": "ngCustomerVoice",
"version": "0.1.1",
"homepage": "https://github.com/likeastore/ngCustomerVoice",
"description": "Angular.js client for user sending support emails",
"main": "./js/ngCustomerVoice.js",
"keywords": [
"angular.js",
"modals",
"popups",
"dialog",
"ng",
"provider",
"factory",
"directive",
"uservoice",
"intercome",
"emails",
"feedback"
],
"author": {
"name": "Dmitri Voronianski",
"email": "dmitri.voronianski@gmail.com",
"web": "http://pixelhunter.me",
"twitter": "voronianski"
},
"bugs": "https://github.com/likeastore/ngCustomerVoice/issues",
"repository": {
"type": "git",
"url": "https://github.com/likeastore/ngCustomerVoice"
},
"readmeFilename": "README.md",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-cssmin": "^0.9.0"
}
}