UNPKG

ninjs-sass

Version:
78 lines (77 loc) 1.94 kB
{ "name": "ninjs-sass", "version": "0.0.31", "license": "AGPL-1.0", "private": false, "preferGlobal": false, "description": ".scss to .css build", "keywords": [ "ninjs", "sass" ], "config": {}, "publishConfig": {}, "engines": { "node": ">= 0.6" }, "main": "./lib/sass.js", "bin": { "ninjs-sass": "./bin/cli.js" }, "files": [ ".ninjs", "bin", "lib", "demo", "test", "pad.js" ], "homepage": "git+https://github.com/snapptop/ninjs-sass.git#readme", "repository": { "type": "git", "url": "git+https://github.com/snapptop/ninjs-sass.git" }, "bugs": { "url": "https://github.com/snapptop/ninjs-sass/issues" }, "dependencies": { "autoprefixer": "^6.5.3", "ninjs-lodash": "^0.1.65", "node-sass": "^3.11.3", "postcss": "^5.2.5" }, "bundleDependencies": [], "peerDependencies": {}, "devDependencies": {}, "optionalDependencies": {}, "author": { "name": "Stuart J. MacKenzie", "email": "stuart.mackenzie@snapptop.com", "url": "https://snapptop.com" }, "contributors": [ { "name": "Stuart J. MacKenzie", "email": "stuart.mackenzie@snapptop.com", "url": "https://snapptop.com/about/stu" } ], "maintainers": [ { "name": "Stuart J. MacKenzie", "email": "stuart.mackenzie@snapptop.com", "url": "https://snapptop.com/about/stu" } ], "man": [], "scripts": { "cli": "set NODE_ENV=development && set DEBUG=* && node ./bin/cli.js", "cli-prod": "set NODE_ENV=production && set DEBUG= && node ./bin/cli.js", "test": "set NODE_ENV=development && set DEBUG=* && node ./test/index.js", "test-prod": "set NODE_ENV=production && set DEBUG= && node ./test/index.js", "npm-config": "npm c ls -l", "bump-pub": "npm version patch && npm publish", "app.demo": "npm run cli -- app.demo", "heading.demo": "npm run cli -- heading.demo" } }