forked from kirstein/angular-autodisable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 871 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
{
"name": "angular-autodisable",
"version": "0.2.0",
"description": "Angular directive that extends ngClick behaviour allowing it to automatically disable target element if the handler returns a promise",
"homepage": "http://github.com/kirstein/angular-autodisable",
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/kirstein/angular-autodisable.git"
},
"author": "Mikk Kirstein",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-banner": "~0.1.4",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-karma": "^0.9.0",
"karma": "^0.12.23",
"karma-growl-reporter": "~0.1.1",
"karma-jasmine": "~0.1.3",
"karma-phantomjs-launcher": "^0.1.4"
},
"dependencies": {}
}