forked from ik0r/angular-ios-alertview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 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
{
"name": "angular-ios-alertview",
"version": "1.4.2",
"description": "iOS7+ style alertview service for angular",
"main": "angular-ios-alertview.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Treri/angular-ios-alertview.git"
},
"keywords": [
"angular",
"alertview"
],
"author": "Treri",
"license": "MIT",
"bugs": {
"url": "https://github.com/Treri/angular-ios-alertview/issues"
},
"homepage": "https://github.com/Treri/angular-ios-alertview#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-header": "^1.7.1",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.0"
}
}