package.json 522 Bytes
{
  "name": "yoho.sizzle",
  "version": "2.2.2-pre",
  "description": "A pure-JavaScript, bottom-up CSS selector engine designed to be easily dropped in to a host library.",
  "keywords": [],
  "homepage": "",
  "author": "liangzhifeng <zhifeng.liang@yoho.cn>",
  "repository": {
    "type": "git",
    "url": ""
  },
  "bugs": {
    "url": ""
  },
  "licenses": "MIT",
  "spm": {
    "main": "sizzle.js"
  },
  "devDependencies": {
    "spm": "3"
  },
  "scripts": {
    "test": "spm test",
    "build": "spm build"
  }
}