-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 989 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
{
"name": "EVE-Composition-Planer",
"version": "0.0.0",
"description": "A tool that makes theorycrafting compositions for tournaments within EVE Online easier",
"main": "",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"bower": "~1.5.2",
"jasmine-core": "~2.3.4",
"karma": "~0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-firefox-launcher": "^0.1.6",
"karma-safari-launcher": "^0.1.1",
"karma-opera-launcher": "^0.3.0",
"karma-detect-browsers": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Fijo/EVE-Composition-Planer.git"
},
"author": "Jonas Fischer <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Fijo/EVE-Composition-Planer/issues"
},
"homepage": "https://github.com/Fijo/EVE-Composition-Planer"
}