mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
This is the default location when installing from npm, and Angular uses that when parsing CSS. Updated module paths, requires, csproj, tsconfig and grunt tasks.
19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"name": "css",
|
|
"version": "2.1.0",
|
|
"description": "CSS parser",
|
|
"main": "reworkcss.js",
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/reworkcss/css.git"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"parser",
|
|
"stringifier",
|
|
"stylesheet"
|
|
]
|
|
}
|