-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
40
41
42
{
"name": "sauene",
"version": "0.0.1",
"description": "sauene is a bunch of web components",
"main": "gulpfile.js",
"scripts": {
"start": "gulp serve",
"serve": "gulp serve",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simbiose/sauene.git"
},
"author": "Victor Potasso <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/simbiose/sauene/issues"
},
"homepage": "https://github.com/simbiose/sauene#readme",
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"browser-sync": "^2.17.2",
"browserify": "^13.1.0",
"document-register-element": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-filter": "^4.0.0",
"gulp-foreach": "^0.1.0",
"gulp-load-plugins": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-prettyerror": "^1.1.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.0.0",
"gulp-util": "^3.0.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}