-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 986 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 986 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": "here-maps-angular",
"version": "1.0.5",
"homepage": "https://github.com/sevenfate/here-maps-angular.git",
"authors": [
"'Mario <'7fate@web.de'>"
],
"description": "Web Component wrapper for Nokia HERE using Angular",
"main": "./here-maps-angular.js",
"keywords": [
"here-maps",
"web-components"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sevenfate/here-maps-angular.git"
},
"scripts": {
"test": "grunt test",
"server": "grunt server"
},
"devDependencies": {
"angular-mocks": "1.3.11",
"expect.js": "^0.3.1",
"grunt": "~0.4.1",
"grunt-execute": "^0.2.2",
"grunt-express-server": "^0.4.19",
"grunt-karma": "^0.10.1",
"jasmine": "^2.1.1",
"jasmine-core": "^2.1.3",
"jquery": "2.1.1",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.15"
}
}