forked from TerryMooreII/angular-azure-mobile-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 KB
/
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
41
42
43
44
45
46
{
"name": "angular-azure-mobile-service",
"version": "1.3.11",
"description": "Angular Azure Mobile Service",
"filename": "./dist/angular-azure-mobile-service.min.js",
"repository": {
"type": "git",
"url": "https://github.com/TerryMooreII/angular-azure-mobile-service.git"
},
"keywords": [
"angular",
"azure",
"mobile",
"service",
"cloud"
],
"author": "Terry Moore II",
"license": "MIT",
"bugs": {
"url": "https://github.com/TerryMooreII/angular-azure-mobile-service/issues"
},
"homepage": "https://github.com/TerryMooreII/angular-azure-mobile-service",
"dependencies": {
"angular": ">= 1.0.0"
},
"devDependencies": {
"gulp": "~3.8.11",
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.4.3",
"gulp-uglify": "~1.1.0",
"gulp-jshint": "~1.9.2",
"gulp-ngmin": "~0.3.0",
"express": "~4.11.2",
"connect-livereload": "~0.5.2",
"tiny-lr": "~0.1.5"
},
"autoupdate": {
"source": "git",
"target": "https://github.com/TerryMooreII/angular-azure-mobile-service.git",
"basePath": "dist",
"files": [
"angular-azure-mobile-service.js",
"angular-azure-mobile-service.min.js"
]
}
}