UNPKG

ramda-global-loader

Version:

Webpack + RamdaJs. Automatically add RamdaJs functions to the header of each module

52 lines (51 loc) 1.51 kB
{ "name": "ramda-global-loader", "version": "0.2.9", "description": "Webpack + RamdaJs. Automatically add RamdaJs functions to the header of each module", "main": "dist/loader.js", "scripts": { "build": "npm run build:loader && npm run build:sample", "build:loader": "rm -rf dist/* && ./node_modules/.bin/gulp build", "build:sample": "rm -rf sample/dist/* && ./node_modules/.bin/webpack --colors --config ./sample/webpack.config.js", "test": "npm run build && ./node_modules/.bin/mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/dumconstantin/ramda-global-loader.git" }, "keywords": [ "ramda", "webpack", "loader", "import", "debug", "function", "functional", "global", "include", "require" ], "author": "\"Constantin Dumitrescu <dum.constantin@gmail.com> (https://github.com/dumconstantin)", "license": "MIT", "bugs": { "url": "https://github.com/dumconstantin/ramda-global-loader/issues" }, "homepage": "https://github.com/dumconstantin/ramda-global-loader#readme", "devDependencies": { "babel-core": "^6.7.7", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "chai": "^3.5.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-sourcemaps": "^2.0.0-alpha", "mocha": "^2.4.5", "ramda": "^0.21.0", "webpack": "^1.13.0" }, "dependencies": { "ast": "0.0.1", "acorn": "^3.1.0", "estraverse": "^4.2.0" } }