use libsass, deprecate ruby, simplify installation (#4206)

* use libsass, deprecate ruby, simplify installation

* update installation instructions, readme formatting
This commit is contained in:
Jason Dreyzehner 2016-05-10 16:12:46 -04:00 committed by Gustavo Maximiliano Cortez
commit f1c03b8a49
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 37 additions and 50 deletions

View file

@ -58,21 +58,26 @@
"shelljs": "^0.3.0"
},
"scripts": {
"preinstall": "bower install",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",
"test": "./node_modules/.bin/grunt test-coveralls"
"test": "./node_modules/.bin/grunt test-coveralls",
"clean": "git clean -dfx"
},
"devDependencies": {
"adm-zip": "^0.4.7",
"angular": "1.4.6",
"angular-mocks": "1.4.10",
"bhttp": "^1.2.1",
"bower": "^1.7.9",
"chai": "^3.5.0",
"cordova": "5.4.1",
"cordova-android": "5.1.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-karma": "^1.0.0",
"grunt-karma-coveralls": "^2.5.4",
"grunt-node-webkit-builder": "^1.0.2",
"grunt-sass": "^1.2.0",
"grunt-string-replace": "^1.2.1",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
@ -83,6 +88,7 @@
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"xcode": "^0.8.2"