-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "patchouli-chan",
"version": "1.1.4",
"description": "A browser extension that scrobbles what you're reading with MyAnimeList",
"repository": {
"type": "git",
"url": "https://github.com/myh1000/mal-autosync-manga"
},
"keywords": [],
"license": "MIT",
"scripts": {
"build": "npm run lint && gulp chrome",
"buildf": "npm run lint && gulp firefox",
"builda": "npm run lint && gulp chrome && gulp firefox",
"lint": "eslint src"
},
"dependencies": {
"cheerio": "^0.22.0",
"fuzzyset.js": "0.0.4",
"lodash": "^4.15.0",
"request": "^2.74.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"del": "^2.2.2",
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"gulp": "^3.9.1",
"merge2": "^1.0.2",
"run-sequence": "^1.2.2",
"vinyl-source-stream": "^1.1.0"
}
}