You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
716 B

{
"name": "nib",
"description": "Stylus mixins and utilities",
"version": "1.2.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/stylus/nib.git"
},
"peerDependencies": {
"stylus": "*"
},
"devDependencies": {
"chai": "^4.3.6",
"connect": "^3.7.0",
"mocha": "^10.0.0",
"pug": "^3.0.2",
"serve-static": "^1.15.0",
"stylus": "^0.57.0"
},
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"maintainers": [
{
"name": "iChenLei",
"email": "chenleicoder@foxmail.com"
}
],
"main": "lib/nib.js",
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha",
"test-server": "node test/server.js"
}
}