-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 1.02 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
{
"name": "@fdiskas/parcel-plugin-css-object",
"version": "1.2.7",
"description": "Parcel loader to load CSS into an object. The object has keys that are selectors from the CSS file; the value of each selector are the rules converted to camelCase properties ([see Style Object Properties](http://www.w3schools.com/jsref/dom_obj_style.asp)). This object is compatible with [React Inline Styles](https://facebook.github.io/react/tips/inline-styles.html).",
"main": "index.js",
"dependencies": {
"camelcase": "^4.1.0",
"css": "^2.2.4"
},
"peerDependencies": {
"parcel-bundler": "^1.12.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FDiskas/parcel-plugin-css-object.git"
},
"keywords": [
"parcel",
"parcel-plugin",
"plugin",
"css",
"object"
],
"author": "Vytenis Kučiauskas",
"license": "MIT",
"bugs": {
"url": "https://github.com/FDiskas/parcel-plugin-css-object/issues"
},
"homepage": "https://github.com/FDiskas/parcel-plugin-css-object#readme"
}