-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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": "gradientify",
"version": "1.1.3",
"description": "Create amazing, animated gradients with ease.",
"main": "./dist/index.js",
"scripts": {
"commonjs": "BABEL_ENV=commonjs babel src --out-file dist/gradientify.min.js --extensions .ts,.tsx",
"module": "BABEL_ENV=module babel src --out-dir dist --extensions .ts,.tsx",
"build": "npm run module && npm run commonjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karolsw3/gradientify.js.git"
},
"keywords": [
"gradientify",
"gradient",
"gradients",
"animated",
"gradients",
"animated",
"animation"
],
"author": "Charles Spruce",
"license": "MIT",
"bugs": {
"url": "https://github.com/karolsw3/gradientify.js/issues"
},
"homepage": "https://github.com/karolsw3/gradientify.js#readme",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-typescript": "^7.7.7",
"babel-plugin-remove-import-export": "^1.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-minify": "^0.5.1"
}
}