-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 982 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 982 Bytes
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": "test",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-inject": "^5.0.4",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"rollup": "^1.26.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-babel-minify": "^9.1.1",
"rollup-plugin-uglify": "^6.0.3"
},
"scripts": {
"start": "gulp default:serve",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TargetTaiga/telegram-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TargetTaiga/telegram-client/issues"
},
"homepage": "https://github.com/TargetTaiga/telegram-client#readme"
}