source: trip-planner-front/node_modules/css-parse/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 408 bytes
Line 
1{
2 "name": "css-parse",
3 "version": "2.0.0",
4 "description": "CSS parser",
5 "main": "index",
6 "files": [
7 "index.js"
8 ],
9 "dependencies": {
10 "css": "^2.0.0"
11 },
12 "author": "TJ Holowaychuk <tj@vision-media.ca>",
13 "license": "MIT",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/reworkcss/css-parse.git"
17 },
18 "keywords": [
19 "css",
20 "parser",
21 "stylesheet"
22 ]
23}
Note: See TracBrowser for help on using the repository browser.