ignore-styles
Version:
Ignore imported style files when running in Node
34 lines (33 loc) • 948 B
JSON
{
"name": "ignore-styles",
"version": "5.0.1",
"description": "Ignore imported style files when running in Node",
"main": "lib/ignore-styles.js",
"scripts": {
"test": "standard ignore-styles.js && mocha --require babel-register",
"build": "babel ignore-styles.js -s -o lib/ignore-styles.js",
"watch": "babel ignore-styles.js -s -o lib/ignore-styles.js -w",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bkonkle/ignore-styles.git"
},
"author": "Brandon Konkle <brandon@konkle.us>",
"license": "MIT",
"keywords": [
"webpack",
"css",
"testing"
],
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-preset-es2015-loose": "^6.1.3",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^3.4.1",
"mocha": "^2.3.3",
"standard": "^7.1.2"
}
}