forked from nezroy/EVEoj
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 969 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
40
41
42
43
{
"name": "EVEoj",
"version": "0.3.1",
"description": "EVE Online JS library for JSON static data (SDE) and formulas",
"main": "src/EVEoj.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/nezroy/EVEoj.git"
},
"keywords": [
"EVE",
"EVE Online",
"EVE SDE",
"EVE static data",
"EVE mechanics",
"EVE formulas",
"EVE api",
"JavaScript",
"library"
],
"author": "nezroy <nezroy@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nezroy/EVEoj/issues"
},
"homepage": "http://eve-oj.com",
"dependencies": {
"bluebird": "3.4.x",
"node.extend": "1.1.x"
},
"devDependencies": {
"grunt": "1.0.x",
"grunt-browserify": "5.0.x",
"grunt-contrib-jshint": "1.0.x",
"grunt-contrib-uglify": "1.0.x",
"grunt-contrib-jasmine": "1.0.x",
"grunt-jasmine-nodejs": "1.5.x",
"jasmine-node": "1.14.x"
}
}