forked from likeastore/ngDialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 996 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": "ng-dialog",
"version": "0.3.12a",
"homepage": "https://github.com/likeastore/ngDialog",
"description": "Modal dialogs and popups provider for Angular.js applications",
"main": "./js/ngDialog.js",
"keywords": [
"angular.js",
"modals",
"popups",
"dialog",
"ng",
"provider",
"factory",
"directive"
],
"author": {
"name": "Dmitri Voronianski",
"email": "[email protected]",
"web": "http://pixelhunter.me",
"twitter": "voronianski"
},
"bugs": "https://github.com/likeastore/ngDialog/issues",
"repository": {
"type": "git",
"url": "https://github.com/likeastore/ngDialog"
},
"readmeFilename": "README.md",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-myth": "~0.1.0",
"myth": "~0.1.6",
"network-address": "0.0.4",
"strata": "~0.20.1"
}
}