-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 842 Bytes
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
{
"name": "rewrite-css-urls",
"description": "Parses CSS file and finds URL references so that they can be rewritten",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/philidem/rewrite-css-urls.git"
},
"keywords": [
"CSS",
"URL",
"rewrite",
"proxy"
],
"author": "Phillip Gates-Idem <phillip.idem@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/philidem/rewrite-css-urls/issues"
},
"homepage": "https://github.com/philidem/rewrite-css-urls#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --ui bdd --timeout 7000 --reporter spec ./test/*test.js"
},
"version": "1.0.4"
}