-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
55
56
57
58
59
60
61
62
{
"name": "gearplanner",
"version": "1.0.0",
"description": "A gear planning application for raiding in FFXIV",
"main": "index.js",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.5.2",
"concurrently": "^3.5.0",
"grunt": "~1.0.2",
"grunt-cli": "~1.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-karma": "~2.0.0",
"jasmine-core": "^3.1.0",
"jquery": "^3.3.1",
"jquery-powertip": "^1.3.1",
"jspm": "~0.16.53",
"karma": "~2.0.2",
"karma-jasmine": "~1.1.1",
"karma-phantomjs-launcher": "~1.0.4",
"phantomjs-prebuilt": "^2.1.16",
"promise-polyfill": "^6.0.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"whatwg-fetch": "^2.0.3"
},
"jspm": {
"dependencies": {
"jquery": "github:jquery/jquery@^3.3.1"
},
"devDependencies": {
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "npm install",
"dev": "webpack-dev-server --inline --hot",
"build": "webpack -p",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unfaiyted/xiv-gear-planner.git"
},
"keywords": [
"xiv",
"ffxiv",
"final",
"fantasy",
"gear",
"raiding"
],
"author": "Dane L Miller",
"license": "ISC",
"bugs": {
"url": "https://github.com/unfaiyted/xiv-gear-planner/issues"
},
"homepage": "https://github.com/unfaiyted/xiv-gear-planner#readme"
}