-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "angular-gw2-api",
"version": "0.4.0",
"description": "Angular wrapper to the Guild Wars 2 API.",
"main": "src/gw2api.js",
"scripts": {
"test": "npm install && ./node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/RedGlow/angular-gw2-api.git"
},
"keywords": [
"angular",
"gw2",
"api"
],
"files": [
"build/gw2api.min.js",
"src/gw2api.js"
],
"author": "Mattia Belletti",
"license": "MIT",
"bugs": {
"url": "https://github.com/RedGlow/angular-gw2-api/issues"
},
"homepage": "https://github.com/RedGlow/angular-gw2-api",
"devDependencies": {
"angular": "^1.4.8",
"angular-mocks": "^1.4.8",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"load-grunt-tasks": "^3.3.0",
"phantomjs": "^1.9.19"
}
}