-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
47 lines (47 loc) · 1.09 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
43
44
45
46
47
{
"name": "css-transform",
"version": "1.0.0",
"description": "CSS Transform Functions Playground",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"> 0.5%",
"last 2 version",
"Firefox ESR",
"not dead"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alterebro/css-transform.git"
},
"keywords": [
"CSS",
"transform",
"2D",
"3D"
],
"author": "Jorge Moreno @alterebro (moro.es)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alterebro/css-transform/issues"
},
"homepage": "https://github.com/alterebro/css-transform#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"autoprefixer": "^10.4.16",
"chain-timeout": "^1.0.5",
"cssnano": "^5.1.14",
"del": "^4.1.1",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-less": "^4.0.1",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"vue": "^2.6.11"
}
}