-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 884 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
{
"name": "achan.ionic.geolocation",
"version": "0.0.0",
"description": "Angular helpers to access geolocation information",
"main": "src/geolocation.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/achan/achan.ionic.geolocation"
},
"keywords": [
"ionic",
"geolocation",
"cordova",
"angularjs"
],
"author": "Amos Chan",
"license": "MIT",
"bugs": {
"url": "https://github.com/achan/achan.ionic.geolocation/issues"
},
"homepage": "https://github.com/achan/achan.ionic.geolocation",
"dependencies": {
"gulp": "^3.5.6",
"gulp-jshint": "^1.5.0",
"karma": "^0.12.1",
"gulp-karma": "0.0.4"
},
"devDependencies": {
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.2",
"karma": "^0.12.1"
}
}