30 lines
703 B
JSON
30 lines
703 B
JSON
{
|
|
"name": "ffnm",
|
|
"version": "1.0.0",
|
|
"description": "Simple plugin to avoid writing Javascript in trivial tasks.",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-uglify": "^3.0.2"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tanrax/FFNM.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/tanrax/FFNM/issues"
|
|
},
|
|
"homepage": "https://github.com/tanrax/FFNM#readme",
|
|
"devDependencies": {
|
|
"gulp-uglify-es": "^2.0.0"
|
|
}
|
|
}
|