forked from soundcove/app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1 KB
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
{
"name": "app-client",
"version": "0.0.0",
"description": "SoundCove's web client.",
"main": "index.js",
"author": "SoundCove",
"license": "UNLICENSED",
"private": true,
"homepage": "http://soundcove.io/",
"bugs": {
"url": "https://github.com/soundcove/app-client/issues"
},
"scripts": {
"test": "gulp watch",
"build": "gulp build",
"install": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soundcove/app-client.git"
},
"dependencies": {
"jquery": "^2.1.4",
"vue": "^1.0.10"
},
"devDependencies": {
"app-server": "soundcove/app-server",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"gulp": "latest",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.1.1",
"gulp-swig": "^0.8.0",
"gulp-uglify": "^1.5.1",
"gulp-webpack": "^1.5.0"
}
}