-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "anitrack",
"version": "2.0.8",
"description": "A browser extension that tracks what you're watching with MyAnimeList or Kitsu",
"repository": {
"type": "git",
"url": "git://github.com/TSedlar/anitrack.git"
},
"author": "Tyler Sedlar",
"license": "MIT",
"scripts": {
"lint": "eslint src",
"build-chrome": "npm run lint && gulp chrome",
"build-firefox": "npm run lint && gulp firefox"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"kitsu": "^7.0.0",
"lodash": "^4.17.19",
"request": "^2.88.0",
"simple-oauth2": "^2.2.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"del": "^4.0.0",
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^4.0.0",
"gulp-uglify": "^3.0.2",
"merge2": "^1.2.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}