Files
spring-flo/package.json
2016-08-03 10:08:50 -07:00

66 lines
1.9 KiB
JSON

{
"name": "Spring-Flo",
"license": "Apache-2.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "http://github.com/spring-projects/spring-flo.git"
},
"licenses": [{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"devDependencies": {
"bower": "1.3.12",
"grunt": "0.4.5",
"grunt-autoprefixer": "1.0.0",
"grunt-bower-task": "0.4.0",
"grunt-cli": "0.1.13",
"grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "0.10.0",
"grunt-contrib-htmlmin": "0.3.0",
"grunt-contrib-imagemin": "0.9.2",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-less": "0.12.0",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"load-grunt-tasks": "3.1.0",
"time-grunt": "1.1.1",
"grunt-karma": "0.9.0",
"grunt-newer": "0.8.0",
"grunt-ngmin": "0.0.3",
"grunt-protractor-runner": "^1.2.1",
"grunt-rev": "0.1.0",
"grunt-usemin": "2.6.2",
"jasmine-reporters": "^2.0.5",
"jshint-stylish": "1.0.1",
"karma": "0.12.28",
"karma-chrome-launcher": "0.1.6",
"karma-coffee-preprocessor": "0.2.1",
"karma-firefox-launcher": "0.1.3",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.3.5",
"karma-jasmine-html-reporter": "^0.1.6",
"karma-junit-reporter": "^0.2.2",
"karma-ng-html2js-preprocessor": "0.1.2",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2",
"karma-safari-launcher": "0.1.1",
"karma-script-launcher": "0.1.0",
"load-grunt-tasks": "1.0.0",
"phantomjs": "1.9.13",
"protractor": "1.6.0",
"requirejs": "2.1.15",
"time-grunt": "1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}