mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
37 lines
782 B
JSON
37 lines
782 B
JSON
{
|
|
"name": "css",
|
|
"version": "2.2.1",
|
|
"description": "CSS parser / stringifier",
|
|
"main": "reworkcss",
|
|
"types": "reworkcss.d.ts",
|
|
"dependencies": {
|
|
"source-map": "^0.1.38",
|
|
"source-map-resolve": "^0.3.0",
|
|
"urix": "^0.1.0",
|
|
"inherits": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^1.21.3",
|
|
"should": "^4.0.4",
|
|
"matcha": "^0.5.0",
|
|
"bytes": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "matcha",
|
|
"test": "mocha --require should --reporter spec --bail test/*.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"
|
|
],
|
|
"nativescript": {}
|
|
}
|