12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "grunt-contrib-concat",
- "description": "Concatenate files.",
- "version": "0.3.0",
- "homepage": "https://github.com/gruntjs/grunt-contrib-concat",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-contrib-concat.git"
- },
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-concat/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-concat/blob/master/LICENSE-MIT"
- }
- ],
- "main": "Gruntfile.js",
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "devDependencies": {
- "grunt-contrib-jshint": "~0.2.0",
- "grunt-contrib-nodeunit": "~0.1.2",
- "grunt-contrib-clean": "~0.4.0",
- "grunt-contrib-internal": "~0.4.2",
- "grunt": "~0.4.0"
- },
- "peerDependencies": {
- "grunt": "~0.4.0"
- },
- "keywords": [
- "gruntplugin"
- ]
- }
|