-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 913 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
28
29
30
31
32
33
34
35
{
"name": "uhf",
"version": "0.0.1",
"description": "UHF",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"production": "NODE_ENV=production webpack",
"start": "webpack --progress --colors --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"copy-webpack-plugin": "^3.0.1",
"es6-promise": "^3.2.1",
"json-loader": "^0.5.4",
"lodash": "^4.14.0",
"rollup-plugin-babel": "^2.6.1",
"webpack": "^1.13.1"
},
"dependencies": {
"bluebird": "^3.4.1",
"domready": "^0.3.0",
"es6-promise": "^3.2.1",
"json-loader": "^0.5.4",
"jsonfile": "^2.3.1",
"youtube-playlist-info": "^0.1.0"
}
}