nativescript-dev-sass
Advanced tools
Comparing version 1.6.2-next-2019-02-28-225133-01 to 1.7.0
152
package.json
{ | ||
"name": "nativescript-dev-sass", | ||
"version": "1.6.2-next-2019-02-28-225133-01", | ||
"description": "SASS CSS pre-processor for NativeScript projects.", | ||
"scripts": { | ||
"test": "exit 0", | ||
"postinstall": "node postinstall.js", | ||
"preuninstall": "node preuninstall.js", | ||
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios --syncAllFiles", | ||
"demo.ios.device": "npm run preparedemo && cd ../demo && tns run ios", | ||
"demo.android": "npm run preparedemo && cd ../demo && tns run android --syncAllFiles", | ||
"demo.ng.ios": "npm run preparedemong && cd ../demo-angular && tns run ios --syncAllFiles", | ||
"demo.ng.android": "npm run preparedemong && cd ../demo-angular && tns run android --syncAllFiles", | ||
"test.ios": "cd ../demo && tns test ios --emulator", | ||
"test.ios.device": "cd ../demo && tns test ios", | ||
"test.android": "cd ../demo && tns test android", | ||
"preparedemo": "cd ../demo && npm uninstall nativescript-dev-sass && npm install ../src --save-dev && tns install", | ||
"preparedemong": "cd ../demo-angular && npm uninstall nativescript-dev-sass && npm install ../src --save-dev && tns install", | ||
"setup": "npm i && cd ../demo && npm i && npm install ../src --save-dev" | ||
}, | ||
"nativescript": { | ||
"hooks": [ | ||
{ | ||
"type": "before-prepare", | ||
"script": "lib/before-prepare.js", | ||
"inject": true | ||
}, | ||
{ | ||
"type": "before-watchPatterns", | ||
"script": "lib/before-watchPatterns.js", | ||
"inject": true | ||
}, | ||
{ | ||
"type": "after-prepare", | ||
"script": "lib/after-prepare.js", | ||
"inject": true | ||
}, | ||
{ | ||
"type": "before-watch", | ||
"script": "lib/watch.js", | ||
"inject": true | ||
}, | ||
{ | ||
"type": "after-watch", | ||
"script": "lib/after-watch.js", | ||
"inject": true | ||
} | ||
], | ||
"tns-ios": { | ||
"version": "3.0.0" | ||
} | ||
}, | ||
"keywords": [ | ||
"NativeScript", | ||
"SASS", | ||
"CSS" | ||
"name": "nativescript-dev-sass", | ||
"version": "1.7.0", | ||
"description": "SASS CSS pre-processor for NativeScript projects.", | ||
"scripts": { | ||
"test": "exit 0", | ||
"postinstall": "node postinstall.js", | ||
"preuninstall": "node preuninstall.js", | ||
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios --syncAllFiles", | ||
"demo.ios.device": "npm run preparedemo && cd ../demo && tns run ios", | ||
"demo.android": "npm run preparedemo && cd ../demo && tns run android --syncAllFiles", | ||
"demo.ng.ios": "npm run preparedemong && cd ../demo-angular && tns run ios --syncAllFiles", | ||
"demo.ng.android": "npm run preparedemong && cd ../demo-angular && tns run android --syncAllFiles", | ||
"test.ios": "cd ../demo && tns test ios --emulator", | ||
"test.ios.device": "cd ../demo && tns test ios", | ||
"test.android": "cd ../demo && tns test android", | ||
"preparedemo": "cd ../demo && npm uninstall nativescript-dev-sass && npm install ../src --save-dev && tns install", | ||
"preparedemong": "cd ../demo-angular && npm uninstall nativescript-dev-sass && npm install ../src --save-dev && tns install", | ||
"setup": "npm i && cd ../demo && npm i && npm install ../src --save-dev" | ||
}, | ||
"nativescript": { | ||
"hooks": [ | ||
{ | ||
"type": "before-prepare", | ||
"script": "lib/before-prepare.js", | ||
"inject": true | ||
}, | ||
{ | ||
"type": "before-watchPatterns", | ||
"script": "lib/before-watchPatterns.js", | ||
"inject": true | ||
}, | ||
{ | ||
"type": "after-prepare", | ||
"script": "lib/after-prepare.js", | ||
"inject": true | ||
}, | ||
{ | ||
"type": "before-watch", | ||
"script": "lib/watch.js", | ||
"inject": true | ||
}, | ||
{ | ||
"type": "after-watch", | ||
"script": "lib/after-watch.js", | ||
"inject": true | ||
} | ||
], | ||
"author": { | ||
"name": "Todd Anglin", | ||
"email": "toddanglin@gmail.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ToddAnglin/nativescript-dev-sass.git" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.4.6", | ||
"chokidar": "2.0.2", | ||
"node-sass": "^4.7.1", | ||
"glob": "^7.1.2", | ||
"nativescript-hook": "^0.2.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/toddanglin/nativescript-dev-sass/issues" | ||
}, | ||
"homepage": "https://github.com/toddanglin/nativescript-dev-sass", | ||
"readmeFilename": "README.md" | ||
"tns-ios": { | ||
"version": "3.0.0" | ||
} | ||
}, | ||
"keywords": [ | ||
"NativeScript", | ||
"SASS", | ||
"CSS" | ||
], | ||
"author": { | ||
"name": "Todd Anglin", | ||
"email": "toddanglin@gmail.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ToddAnglin/nativescript-dev-sass.git" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.4.6", | ||
"chokidar": "2.0.2", | ||
"node-sass": "^4.7.1", | ||
"glob": "^7.1.2", | ||
"nativescript-hook": "^0.2.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/toddanglin/nativescript-dev-sass/issues" | ||
}, | ||
"homepage": "https://github.com/toddanglin/nativescript-dev-sass", | ||
"readmeFilename": "README.md" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
12324