mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name": "css-value",
|
|
"version": "0.0.1",
|
|
"description": "CSS value parser",
|
|
"keywords": [
|
|
"css",
|
|
"parser",
|
|
"value"
|
|
],
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/visionmedia/css-value.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "~1.9.0",
|
|
"should": "~1.2.2"
|
|
},
|
|
"main": "reworkcss-value",
|
|
"types": "reworkcss-value.d.ts",
|
|
"nativescript": {}
|
|
}
|