-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.11 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
45
46
47
48
49
50
51
52
53
54
{
"name": "thera",
"version": "1.0.7",
"description": "An ES6 Promise driven Eve Online API client.",
"main": "dist/thera.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"eve",
"online",
"api",
"rest",
"xml",
"thera",
"thera.js",
"promise",
"eveonline",
"EVE",
"ccp",
"eve-online",
"cache",
"caching",
"es6"
],
"author": "Simon Tweed",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.8.0",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"isparta": "^4.0.0",
"run-sequence": "^1.1.5"
},
"dependencies": {
"source-map-support": "^0.4.0",
"lodash": "^4.11.2",
"moment": "^2.13.0",
"request": "^2.72.0",
"xml2js": "^0.4.16"
}
}