-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 890 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
35
{
"name": "mct-rewrite-css-url-paths",
"version": "0.0.5",
"homepage": "https://github.com/gtb104/mct-rewrite-css-url-paths",
"author": "Geoffrey Bell <[email protected]> (https://gtb104.wordpress.com/)",
"description": "This Mimosa-Combine Transform package will rewrite relative url paths for images to account for the fact that mimosa-combine breaks the relative path upon execution.",
"contributors": [
{
"name": "Geoffrey Bell",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gtb104/mct-rewrite-css-url-paths"
},
"devDependencies": {
"mocha": "1.9.0",
"chai": "1.5.0"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"keywords": [
"mimosa",
"combine",
"css",
"url",
"relative",
"path",
"paths"
],
"license": "MIT",
"main": "index.js"
}