-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "utm-dot-codes",
"version": "1.8.5",
"description": "A plugin that makes building analytics friendly links quick and easy.",
"main": "index.js",
"scripts": {
"commands": "npm run help",
"delete-maps": "find ./ -name '*.map' -delete",
"dev": "npm run development",
"development": "NODE_ENV=development parallel-webpack --config=webpack.config.js -p=4 --watch",
"help": "flickerbox-build -- help",
"prod": "npm run production",
"production": "NODE_ENV=production parallel-webpack --config=webpack.config.js -p=12 --max-retries=2 --no-stats && npm run delete-maps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asdfdotdev/utm.codes.git"
},
"author": "Chris Carlevato",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/asdfdotdev/utm.codes/issues"
},
"homepage": "https://utm.codes",
"devDependencies": {
"@flickerbox/build": "^21.1.6"
},
"dependencies": {},
"browserslist": [
"> 0.5%",
"last 2 versions",
"last 2 iOS major versions",
"IE >= 11"
]
}