forked from RumataEstor/ngGeolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 942 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
31
32
33
34
35
36
{
"name": "ngGeolocation",
"version": "0.0.4",
"author": "Ninjatronic",
"description": "AngularJS support for HTML5 Geolocation",
"contributors": [
{
"name": "Pete Martin",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ninjatronic/ngGeolocation.git"
},
"devDependencies": {
"bower": "~1.3.2",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"phantomjs": "~1.9.7-3",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-notify": "~0.2.20",
"grunt-strip": "~0.2.1",
"grunt-karma": "~0.8.2",
"karma": "~0.12.9",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install --dev",
"test": "./node_modules/.bin/grunt test"
}
}