UNPKG

@sencha/cmd-linux-64

Version:

Productivity and performance optimization tool for building applications with Sencha Ext JS

91 lines (90 loc) 2.4 kB
{ "name": "fashion", "version": "1.0.0", "description": "Sass implementation in JavaScript", "main": "index.js", "bin": { "fashion": "./cli.js" }, "directories": { "test": "test" }, "files": [ "index.js", "fashion.js", "src", "lib", "defaults.json", "cli.js", "dist" ], "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": { "esprima": "3.0.0", "json5": "^2.2.3", "switchit": "^1.0.8" }, "devDependencies": { "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "browserify": "^13.0.0", "deps-sort": "^1.3.6", "fancy-log": "^2.0.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-clean": "^0.4.0", "gulp-concat": "^2.5.2", "gulp-debug": "^3.1.0", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.3.0", "gulp-uglify": "1.5.4", "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" }, "overrides": { "lodash": "^4.17.21", "marked": "4.0.10", "graceful-fs": "4.2.11", "trim-newlines": "3.0.1", "semver": "5.7.2", "minimist": "1.2.8", "minimatch": "^4.2.3", "micromatch": "^4.0.8", "json5": "^2.2.3", "braces": "3.0.3", "growl": "1.10.0", "diff": "3.5.0", "lodash.template": { "gulp-util": "1.1.0" }, "ansi-regex": "3.0.1" } }