-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "yusuf-audio-app",
"version": "0.0.1",
"description": "Angular frontend for Audio App",
"author": "Tonnie Exelero <[email protected]>",
"license": "MIT",
"engines": {
"node": "9.x"
},
"dependencies": {
"angular": "^1.7.5",
"angular-animate": "^1.7.5",
"angular-aria": "^1.7.5",
"angular-audio": "^1.7.3",
"angular-file-upload": "^2.5.0",
"angular-material": "^1.1.12",
"angular-messages": "^1.7.5",
"angular-ui-router": "^0.4.2",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"bootstrap": "^4.2.1",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-ngannotate": "^2.0.0",
"datatables": "^1.10.18",
"dropzone": "^5.3.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jquery": "^3.3.1",
"marked": "^0.3.5",
"merge-stream": "^1.0.0",
"mp3-cutter": "^1.0.0",
"ng-popup": "^0.5.0",
"ng-video": "^1.0.3",
"vinyl-source-stream": "^1.1.0"
},
"main": "gulpfile.js",
"devDependencies": {
"ng-file-upload": "^12.2.13"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"keywords": [
"audio"
]
}