angular-pixlive
Version:
Plugin to use PixLive Augmented Reality toolkit the Angular way
45 lines (44 loc) • 920 B
JSON
{
"name": "grunt-contrib-concat",
"description": "Concatenate files.",
"version": "0.5.1",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-concat",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-concat/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "^0.5.1",
"source-map": "^0.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-internal": "^0.4.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin"
],
"files": [
"tasks"
],
"appveyor_id": "l42173901ms416km"
}