-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
27 lines (27 loc) · 890 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
{
"name": "kitsu-updater",
"description": "Automatically update your Kitsu.io library from streaming sites",
"version": "0.1.11",
"scripts": {
"clean": "rm -rf build dist",
"clean:chrome": "rm -rf build/chrome dist/chrome",
"build": "npm run clean; npm run build:chrome",
"build:chrome": "npm run clean:chrome; webpack --progress --config webpack/chrome.js",
"dist": "npm run dist:chrome",
"dist:chrome": "npm run build:chrome; mkdir dist/chrome; zip -r dist/chrome/chrome.zip build/chrome/*"
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-preset-react": "6.16.0",
"client-oauth2": "3.2.0",
"copy-webpack-plugin": "4.0.1",
"devour-client": "1.4.0",
"media-strategies": "0.1.45",
"react": "15.4.2",
"react-dom": "15.4.2",
"webpack": "1.13.3"
}
}