-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 793 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
{
"name": "quicklaunch",
"version": "3.0.0",
"description": "-",
"main": "",
"scripts": {
"build": "gulp"
},
"repository": {
"url": "https://github.com/mmetesreau/quicklaunch.git",
"type": "git"
},
"resolutions": {
"graceful-fs": "^4.2.9"
},
"author": "mickael.metesreau@gmail.com",
"license": "BSD-2-Clause",
"devDependencies": {
"angular": "^1.4.2",
"gulp-angular-templatecache": "^1.7.0",
"gulp-babel": "^5.2.0",
"gulp-clean": "~0.3.1",
"gulp-cleanhtml": "~0.1.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "~1.11.0",
"gulp-minify-css": "~1.1.6",
"gulp-strip-debug": "~1.0.2",
"gulp-uglify": "~1.2.0",
"gulp-zip": "~3.0.2",
"merge-stream": "^0.1.8",
"gulp": "~3.9.1"
},
"dependencies": {
}
}