{
  "name": "fashion",
  "version": "1.0.0",
  "description": "Sass implemention in JavaScript",
  "main": "index.js",
  "bin": {
    "fashion": "./cli.js"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "index.js",
    "fashion.js",
    "src",
    "lib",
    "defaults.json",
    "cli.js"
  ],
  "scripts": {
    "test": "node_modules/.bin/mocha --recursive test/specs",
    "test-teamcity": "node_modules/.bin/mocha --reporter mocha-teamcity-reporter --recursive test/specs",
    "compat": "node_modules/.bin/mocha test/compat/compat.js",
    "coverage": "node_modules/.bin/istanbul cover --include-all-files true --dir ./.coverage node_modules/.bin/_mocha -- --recursive test/specs",
    "compatCoverage": "node_modules/.bin/istanbul cover --include-all-files true --dir ./.coverage node_modules/.bin/_mocha -- --recursive test/specs test/compat/compat.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sencha/fashion.git"
  },
  "keywords": [
    "sass",
    "css"
  ],
  "author": "Sencha",
  "license": "TBD",
  "bugs": {
    "url": "https://github.com/sencha/fashion/issues"
  },
  "homepage": "https://github.com/sencha/fashion",
  "dependencies": {
    "json5": "^0.5.0",
    "switchit": "^1.0.2"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "browserify": "^13.0.0",
    "deps-sort": "^1.3.6",
    "gulp": "^3.8.11",
    "gulp-babel": "^6.1.2",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.5.2",
    "gulp-debug": "^2.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.3.0",
    "gulp-uglify": "^1.2.0",
    "gulp-util": "^3.0.7",
    "istanbul": "^0.4.5",
    "jasmine": "^2.2.1",
    "js-beautify": "^1.6.4",
    "mocha": "^3.0.2",
    "mocha-teamcity-reporter": "^1.1.1",
    "promise": "^7.0.1",
    "systemjs": "^0.19.26",
    "traceur": "0.0.107",
    "typescript": "^1.4.1",
    "vinyl-source-stream": "^1.1.0"
  }
}
