-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "ubts-music",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "gulp dev --environment development",
"build": "gulp build --environment production",
"copy-resources": "gulp copy-resources",
"watch-js": "gulp watch-js --environment development",
"watch-resources": "gulp watch-resources",
"server": "http-server ./target/classes/static -a localhost -p 4200 -c-1",
"start": "concurrently --kill-others \"npm run watch-resources\" \"npm run watch-js\" \"npm run server\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuchkovsky/ubts-music.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kuchkovsky/ubts-music/issues"
},
"homepage": "https://github.com/kuchkovsky/ubts-music#readme",
"devDependencies": {
"add-stream": "^1.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"concurrently": "^3.5.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-config": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-uglify": "^3.0.0",
"yargs": "^11.0.0"
},
"description": ""
}