FFNM/package.json

30 lines
703 B
JSON
Raw Normal View History

2020-07-02 10:40:34 +02:00
{
"name": "ffnm",
"version": "1.5.0",
2020-07-02 10:40:34 +02:00
"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",
2020-07-04 16:23:54 +02:00
"gulp-uglify": "^3.0.2"
2020-07-02 10:40:34 +02:00
},
"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"
},
2020-07-04 16:57:28 +02:00
"homepage": "https://github.com/tanrax/FFNM#readme",
"devDependencies": {
"gulp-uglify-es": "^2.0.0"
}
2020-07-02 10:40:34 +02:00
}