-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "cj-pokemon-damage-calc",
"private": true,
"description": "A clean responsive design for Pokémon Showdown's damage calculator",
"version": "0.1.1",
"scripts": {
"test": "eslint --cache ."
},
"homepage": "http://christoperisonline.com/damagecalc",
"repository": {
"type": "git",
"url": "https://github.com/chrisisonline/Dmg-Calc-Redesign.git"
},
"author": {
"name": "Christopher Jiang",
"email": "christopherjiang@outlook.com",
"url": "http://christopherisonline.com"
},
"license": "MIT",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.8.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-minify": "^2.1.0",
"gulp-sass": "^4.0.1"
},
"dependencies": {
"prettier": "^1.19.1"
}
}