Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

50 lines
1.3 KiB

{
"name": "css-modules-loader-core",
"version": "1.1.0",
"description": "A loader-agnostic CSS Modules implementation, based on PostCSS",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"icss-replace-symbols": "1.1.0",
"postcss": "6.0.1",
"postcss-modules-extract-imports": "1.1.0",
"postcss-modules-local-by-default": "1.2.0",
"postcss-modules-scope": "1.1.0",
"postcss-modules-values": "1.3.0"
},
"devDependencies": {
"babel": "5.8.29",
"babel-eslint": "7.1.0",
"babelify": "7.3.0",
"chokidar-cli": "1.1.0",
"eslint": "3.10.1",
"mocha": "3.1.2"
},
"scripts": {
"lint": "eslint src",
"build": "babel --out-dir lib src",
"autotest": "chokidar src test -c 'npm test'",
"test": "mocha --compilers js:babel/register",
"prepublish": "rm -rf lib/* && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/css-modules/css-modules-loader-core.git"
},
"keywords": [
"css-modules",
"postcss",
"loader"
],
"files": [
"lib"
],
"author": "Glen Maddern",
"license": "ISC",
"bugs": {
"url": "https://github.com/css-modules/css-modules-loader-core/issues"
},
"homepage": "https://github.com/css-modules/css-modules-loader-core"
}