-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 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
{
"name": "r360-angular",
"version": "1.0.0",
"description": "Angular Module for the route360° API by Motion Intelligence.",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-ng-annotate": "^2.0.2",
"grunt-ng-constant": "^2.0.1"
},
"scripts": {
"test": "grunt watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/route360/r360-angular.git"
},
"author": "Jan Silbersiepe <jan.silbersiepe@motionintelligence.net>",
"bugs": {
"url": "https://github.com/route360/r360-angular/issues"
},
"homepage": "https://github.com/route360/r360-angular#readme"
}