UNPKG

grunt-sencha-dependencies

Version:

A Grunt.js plugin which will figure out the order of Ext classes your Ext.application uses so the list can be passed on to further commands like concat, jshint, etc

53 lines (52 loc) 1.46 kB
{ "name": "grunt-sencha-dependencies", "description": "A Grunt.js plugin which will figure out the order of Ext classes your Ext.application uses so the list can be passed on to further commands like concat, jshint, etc", "version": "0.9.0", "homepage": "https://github.com/mattgoldspink/grunt-sencha-dependencies", "author": { "name": "Matt Goldspink", "email": "mattgoldspink1@gmail.com", "url": "http://www.mattgoldspink.co.uk" }, "repository": { "type": "git", "url": "git://github.com/mattgoldspink/grunt-sencha-dependencies" }, "bugs": { "url": "https://github.com/mattgoldspink/grunt-sencha-dependencies/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/mattgoldspink/grunt-sencha-dependencies/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "grunt-lib-phantomjs": "~0.7.1", "phantomjs": "1.9.20", "connect": "~2.7.11" }, "devDependencies": { "grunt-contrib-jshint": "0.1.1", "grunt-contrib-clean": "0.4.0", "grunt-contrib-nodeunit": "0.1.2", "grunt-sencha-dependencies-testinfra": "git://github.com/mattgoldspink/grunt-sencha-dependencies-testinfra", "grunt": "0.4.0", "ncp": "~0.4.2" }, "keywords": [ "gruntplugin", "Sencha", "Ext.js", "Ext", "Sencha Cmd", "Sencha Touch" ] }