-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 991 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
36
37
38
{
"name": "lasso-resolve-css-urls",
"description": "Transform for Lasso.js to replace URLs in CSS files with bundled resource URLs",
"keywords": [
"lasso",
"lasso-plugin",
"css"
],
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-resolve-css-urls.git"
},
"scripts": {
"test": "node_modules/.bin/jshint *.js"
},
"author": "Patrick Steele-Idem <[email protected]>",
"contributors": [
"Patrick Steele-Idem <[email protected]>",
"Phillip Gates-Idem <[email protected]>"
],
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {
"lasso-resolve-from": "^1.0.1",
"raptor-css-parser": "^1.0.2"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"jshint": "^2.4.4"
},
"license": "Apache License v2.0",
"bin": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "lasso-resolve-css-urls-plugin.js",
"version": "2.0.2"
}