forked from mavoweb/mavo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1019 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
33
34
35
36
37
38
{
"name": "mavo",
"version": "0.1.7-beta",
"description": "Create web applications with HTML and CSS",
"main": "dist/mavo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mavoweb/mavo.git"
},
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/mavoweb/mavo/issues"
},
"homepage": "https://github.com/mavoweb/mavo",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-3": "^6.22.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-babel-minify": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-inject-version": "^1.0.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-util": "^3.0.7",
"merge2": "^1.0.2"
}
}