FFNM/package.json
Andros Fenollosa d92f72fc73 Remove Ramba
2020-07-04 16:23:54 +02:00

27 lines
644 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"
}