-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 942 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-parser",
"version": "1.0.3",
"description": "A Javascript eve data parser for parsing various types of data that you can copy/paste from eve.",
"main": "index.js",
"dependencies": {
"fs": "0.0.1-security",
"grunt": "^1.0.1"
},
"devDependencies": {
"grunt-protractor-coverage": "~0.2.15",
"grunt-protractor-runner": "~3.2.0",
"gulp-protractor": "^3.0.0",
"jasmine": "^2.5.2",
"jasmine-console-reporter": "^1.2.7",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"split2": "^2.1.0"
},
"scripts": {
"test": "jasmine || exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrentonAdams/eve-parser.git"
},
"author": "Trenton D. Adams",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrentonAdams/eve-parser/issues"
},
"homepage": "https://github.com/TrentonAdams/eve-parser"
}