-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 887 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
{
"name": "notekitchen",
"version": "1.0.0",
"description": "Note Kitchen Interactive chord and scale search engine.",
"main": "app.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/nebspetrovic/notekitchen.git"
},
"author": "Nebojsa Petrovic",
"license": "ISC",
"homepage": "https://bitbucket.org/nebspetrovic/notekitchen#readme",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-javascript-obfuscator": "^1.1.4",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-uglifyes": "^0.1.3",
"gulp-useref": "^3.1.4",
"uglify-es": "^3.3.9"
},
"dependencies": {}
}