Last active
July 30, 2017 09:29
-
-
Save sufuf3/5e95fa912add75d2729c390247825c09 to your computer and use it in GitHub Desktop.
cssobj_git_diff.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
- "name": "cssobj", | |
- "description": "Runtime CSS manager, Turn CSS into dynamic JS module, Stylesheet CRUD (Create, Read, Update, Delete) in CSSOM, Solve com | |
mon problems of CSS-in-JS, name space (local) class names, media query hook for IE8, styled components", | |
- "filename": "cssobj.min.js", | |
- "keywords": [ | |
- "cssom", | |
- "prefixer", | |
- "css generate", | |
- "diff css", | |
- "media query", | |
- "css modules" | |
- ], | |
- "author": "James Yang <[email protected]>", | |
- "homepage": "https://cssobj.github.io/cssobj-demo/", | |
- "repository": { | |
- "type": "git", | |
- "url": "git+https://github.com/cssobj/cssobj.git" | |
- }, | |
- "npmName": "cssobj", | |
- "npmFileMap": [ | |
+ "name": "cssobj", | |
+ "description": "Runtime CSS manager, Turn CSS into dynamic JS module, Stylesheet CRUD (Create, Read, Update, Delete) in CSSOM, Solve commo | |
n problems of CSS-in-JS, name space (local) class names, media query hook for IE8, styled components", | |
+ "filename": "cssobj.min.js", | |
+ "keywords": [ | |
+ "cssom", | |
+ "prefixer", | |
+ "css generate", | |
+ "diff css", | |
+ "media query", | |
+ "css modules" | |
+ ], | |
+ "author": "James Yang <[email protected]>", | |
+ "homepage": "https://cssobj.github.io/cssobj-demo/", | |
+ "repository": { | |
+ "type": "git", | |
+ "url": "git+https://github.com/cssobj/cssobj.git" | |
+ }, | |
+ "npmName": "cssobj", | |
+ "npmFileMap": [ | |
{ | |
"basePath": "dist", | |
"files": [ | |
- "**/cssobj.!(amd|cjs|es)*" | |
+ "**/cssobj.!(amd|cjs|es)*" | |
] | |
} | |
], | |
- "license": "MIT" | |
+ "license": "MIT" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment