-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 951 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 951 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
{
"name": "ubiqmachine-webapp",
"version": "0.0.1",
"description": "## Dev setup",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/ubiqmachine/ubiqmachine-webapp.git"
},
"author": "Manuel Kiessling, Delf Tonder, Jannis Hell",
"license": "UNLICENSED",
"homepage": "https://bitbucket.org/ubiqmachine/ubiqmachine-webapp#readme",
"devDependencies": {
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-cssnano": "2.1.2",
"gulp-group-css-media-queries": "1.2.0",
"gulp-insert": "0.5.0",
"gulp-sass": "3.1.0",
"gulp-sass-lint": "1.3.2",
"gulp-shell": "0.6.3",
"run-sequence": "1.2.2",
"sassdoc": "2.2.2"
},
"dependencies": {
"bootstrap": "3.3.7",
"bootstrap-material-design": "0.5.10",
"jquery": "3.2.1"
}
}