-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.38 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
56
{
"name": "music-search",
"version": "1.0.0",
"description": "A music search engine powered by Spotify APIs",
"main": "index.js",
"scripts": {
"test": "karma start",
"deploy": "git subtree push --prefix www upstream gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/MasterDaveh/compucorp-music-search.git"
},
"keywords": [
"angular",
"spotify",
"music",
"search",
"music",
"search",
"artists",
"albums",
"discography",
"songs"
],
"author": "Davide Vico",
"license": "MIT",
"homepage": "https://bitbucket.org/MasterDaveh/compucorp-music-search#readme",
"devDependencies": {
"angular-mocks": "^1.6.4",
"babel-preset-env": "^1.5.0",
"babel-preset-es2015": "^6.24.1",
"beepbeep": "^1.2.1",
"browser-sync": "^2.18.11",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.8",
"gulp-uncss": "^1.0.6",
"jasmine-core": "^2.6.2",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-jasmine": "^1.1.0"
},
"dependencies": {
"angular": "^1.6.4",
"moment": "^2.18.1"
}
}