This repository was archived by the owner on Feb 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.3 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.3 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
39
40
{
"name": "iro-transparency-plugin",
"version": "1.0.2",
"description": "Adds comprehensive transparency support to iro.js",
"main": "dist/iro-transparency-plugin.js",
"files": [
"dist/iro-transparency-plugin.js",
"dist/iro-transparency-plugin.min.js",
"dist/iro-transparency-plugin.js.map",
"dist/iro-transparency-plugin.min.js.map"
],
"scripts": {
"start": "cross-env DEV_SERVER=true webpack-dev-server",
"dev": "cross-env NODE_ENV=development webpack",
"build": "npm run dev && cross-env NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaames/iro-transparency-plugin.git"
},
"author": "James Daniel <james@rakujira.jp>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/jaames/iro-transparency-plugin/issues"
},
"homepage": "https://github.com/jaames/iro-transparency-plugin#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@jaames/iro": "^4.3.1",
"babel-loader": "^8.0.5",
"cross-env": "^5.2.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}