-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.38 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
42
43
44
45
46
47
48
49
50
51
{
"name": "smart-sandbox",
"version": "1.0.0",
"description": "Smart way of organizing your sandbox/root folder with dynamic search capabilities so no matter how big or how small your sandbox/root folder is you can easily find your projects.",
"main": "Gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mario-Duarte/Smart-Sandbox.git"
},
"keywords": [
"sandbox",
"tools",
"tools",
"php",
"dynamic",
"search",
"orgnizer"
],
"author": "Mario Duarte",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mario-Duarte/Smart-Sandbox/issues"
},
"homepage": "https://github.com/Mario-Duarte/Smart-Sandbox#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"ansi-colors": "^3.2.4",
"dart-sass": "^1.25.0",
"del": "^3.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-file-sync": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-inline": "^0.1.3",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-strip-css-comments": "^2.0.0",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.11.0",
"minimist": "^1.2.6",
"sass": "^1.26.3"
}
}