Files
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

19 lines
413 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": "index",
"nativescript": {}
}