@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
24 lines (23 loc) • 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": {}
}