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
40 lines (40 loc) · 893 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 893 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
{
"name": "EVEoj",
"version": "0.2.0",
"description": "EVE Online JS library",
"main": "src/EVEoj.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/xyjax/EVEoj.git"
},
"keywords": [
"EVE",
"EVE Online",
"JavaScript",
"library"
],
"author": "nezroy",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/xyjax/EVEoj/issues"
},
"homepage": "http://eve-oj.com",
"dependencies": {
"bluebird": "^2.2.2",
"node.extend": "^1.0.10"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-watchify": "^0.1.0",
"grunt-contrib-jasmine": "~0.5.3",
"grunt-jasmine-node": "~0.2.1",
"jasmine-node": "~1.14.5"
}
}