abruzzihraig/Ti

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ti-preprocessor",
  "version": "0.1.0",
  "description": "Ti is a css preprocessor developed by Rework framework.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/abruzzihraig/Ti.git"
  },
  "keywords": [
    "css",
    "css-preprocessor",
    "pre-processor",
    "rework"
  ],
  "author": {
    "name": "何洋",
    "email": "abruzzi.hraig@gmail.com",
    "url": "http://blog.angular.in"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abruzzihraig/Ti/issues"
  },
  "homepage": "https://github.com/abruzzihraig/Ti",
  "devDependencies": {
    "mocha": "^1.21.4",
    "chai": "^1.9.1"
  },
  "dependencies": {
    "rework": "^1.0.1",
    "rework-color-distinguish": "^0.1.0",
    "css-whitespace": "^1.1.0",
    "rework-mixins": "^1.2.0",
    "rework-clearfix": "^1.0.0",
    "rework-plugin-mixin": "^1.0.0"
  }
}