-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.25 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
48
49
50
{
"name": "@cloudflare-apps/welcome-bar",
"version": "0.0.0",
"description": "",
"private": true,
"scripts": {
"start": "webpack --watch --colors",
"build": "NODE_ENV=production webpack --colors",
"lint": "standard --fix ./source/**/*.js || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudflareApps/welcome-bar.git"
},
"author": "Cloudflare Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CloudflareApps/welcome-bar/issues"
},
"homepage": "https://github.com/CloudflareApps/welcome-bar#readme",
"dependencies": {
"deep-equal": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.2.2",
"css-loader": "^0.27.3",
"extract-loader": "^0.1.0",
"file-loader": "^0.10.1",
"postcss-loader": "^1.3.3",
"standard": "^9.0.1",
"standard-loader": "^6.0.1",
"standard-format-loader": "^1.1.2",
"style-loader": "^0.14.1",
"webpack": "^2.2.1"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"INSTALL",
"INSTALL_OPTIONS",
"INSTALL_SCOPE",
"INSTALL_PRODUCT",
"INSTALL_ID"
]
}
}