forked from scaleflex/cloudimage-responsive-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.32 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.32 KB
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": "cloudimage-responsive-utils",
"version": "2.5.1",
"description": "cloudimage responsive utils",
"main": "dist/index.js",
"scripts": {
"clean-dist": "rm -rf dist",
"dist": "npm run clean-dist && babel src -d dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scaleflex/cloudimage-responsive-utils.git"
},
"author": "Scaleflex",
"license": "MIT",
"bugs": {
"url": "https://github.com/scaleflex/cloudimage-responsive-utils/issues"
},
"homepage": "https://github.com/scaleflex/cloudimage-responsive-utils#readme",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-array-includes": "^2.0.3",
"babel-preset-minify": "^0.5.0",
"cross-env": "^7.0.2"
}
}