-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 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
41
42
43
44
45
46
47
{
"name": "public-cdn-webpack-plugin",
"version": "0.1.5",
"description": "A webpack public cdn plugin, Simplifies inject public cdn to your pages",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist",
"lint": "eslint --ext .js, src"
},
"repository": {
"type": "git",
"url": "https://github.com/xalexec/public-cdn-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"cdn",
"cdn-webpack-plugin",
"public-cdn-webpack-plugin"
],
"author": "alex <xalexec@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xalexec/public-cdn-webpack-plugin/issues"
},
"homepage": "https://github.com/xalexec/public-cdn-webpack-plugin#readme",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-standard": "^2.0.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"dependencies": {
"babel-runtime": "^6.23.0"
}
}