mirror of https://gitee.com/antv-l7/antv-l7
24 lines
511 B
JSON
24 lines
511 B
JSON
{
|
|
"name": "cssauron-glsl",
|
|
"version": "1.0.0",
|
|
"description": "cssauron language for glsl asts from glsl-parser",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"cssauron": "~1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/chrisdickinson/cssauron-glsl.git"
|
|
},
|
|
"keywords": [
|
|
"glsl",
|
|
"cssauron",
|
|
"selector"
|
|
],
|
|
"author": "Chris Dickinson <chris@neversaw.us>",
|
|
"license": "MIT"
|
|
}
|