-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 981 Bytes
/
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
{
"name": "postcss-absolute-root-url",
"version": "0.1.3",
"description": "Replaces relative images URL paths in SCSS with absolute URL from ROOT_URL environment variable.",
"main": "index.js",
"dependencies": {
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"publish": "npm publish --auth-type=legacy --otp=$(npm-automated-login-totp --generate-otp --no-color) --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softwarecreations/postcss-absolute-root-url.git"
},
"keywords": [
"postcss",
"meteor",
"scss",
"css",
"url",
"absolute",
"relative",
"rebase"
],
"author": "softwarecreations",
"license": "MIT",
"bugs": {
"url": "https://github.com/softwarecreations/postcss-absolute-root-url/issues"
},
"homepage": "https://github.com/softwarecreations/postcss-absolute-root-url#readme"
}