webpack-isomorphic-tools
Version:
Transforms CSS-alike text into a React style JSON object
57 lines (56 loc) • 2.08 kB
JSON
{
"name": "webpack-isomorphic-tools",
"version": "4.0.0",
"description": "Transforms CSS-alike text into a React style JSON object",
"main": "babel-transpiled-modules/index.js",
"dependencies": {
"babel-runtime": "^6.6.1",
"colors": "^1.1.2",
"fs-extra": "^0.30.0",
"require-hacker": "^3.0.0",
"semver": "^5.3.0",
"sync-request": "^3.0.1",
"uglify-js": "^2.7.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"coveralls": "^2.11.11",
"istanbul": "^1.1.0-alpha.1",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"mocha": "^2.5.3",
"npm-run-all": "^2.3.0",
"rimraf": "^2.5.3"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register --colors --bail --reporter spec test/ --recursive",
"test-coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register --colors --reporter dot test/ --recursive",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-core/register --colors --reporter spec test/ --recursive",
"clean-for-build": "rimraf ./babel-transpiled-modules/**/*",
"build-modules": "babel ./source --out-dir ./babel-transpiled-modules --source-maps",
"build": "npm-run-all clean-for-build build-modules",
"prepublish": "npm-run-all build test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catamphetamine/webpack-isomorphic-tools.git"
},
"keywords": [
"react",
"style",
"inline",
"css"
],
"author": "catamphetamine <purecatamphetamine@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/catamphetamine/webpack-isomorphic-tools/issues"
},
"homepage": "https://github.com/catamphetamine/webpack-isomorphic-tools#readme"
}