wallet-core/node_modules/gulp-concat/package.json

37 lines
793 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "gulp-concat",
"description": "Concatenates files",
"version": "2.6.0",
"repository": "wearefractal/gulp-concat",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"files": [
"index.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"keywords": [
"gulpplugin"
2016-10-10 03:43:44 +02:00
],
"dependencies": {
"concat-with-sourcemaps": "^1.0.0",
"gulp-util": "^3.0.1",
"through2": "^0.6.3"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-sourcemaps": "^1.1.4",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "0.0.1",
"should": "^5.0.0",
"stream-array": "^1.0.1",
"stream-assert": "^2.0.1"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha"
2016-10-10 03:43:44 +02:00
},
"engines": {
"node": ">= 0.10"
},
2016-11-03 01:33:53 +01:00
"license": "MIT"
2016-10-10 03:43:44 +02:00
}