forked from bmlt-enabled/crouton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 806 Bytes
/
package.json
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": "croutonjs",
"version": "1.0.0",
"description": "=== crouton ===",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^5.0.2",
"gulp-minify": "^3.1.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-wrap": "^0.15.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bmlt-enabled/crouton.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bmlt-enabled/crouton/issues"
},
"homepage": "https://github.com/bmlt-enabled/crouton#readme",
"dependencies": {}
}