forked from likeastore/ngDialog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1021 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1021 Bytes
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": "ng-dialog",
"version": "0.2.11",
"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": "dmitri.voronianski@gmail.com",
"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.5",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-myth": "^0.3.1",
"myth": "^1.1.1",
"network-address": "0.0.4"
},
"dependencies": {
"strata": "~0.20.1"
}
}