UNPKG

2.01 kBJSONView Raw
1{
2 "name": "webpack-isomorphic-tools",
3 "version": "2.6.5",
4 "description": "Transforms CSS-alike text into a React style JSON object",
5 "main": "babel-transpiled-modules/index.js",
6 "dependencies": {
7 "babel-runtime": "^6.6.1",
8 "colors": "^1.1.2",
9 "fs-extra": "^0.30.0",
10 "require-hacker": "^2.1.3",
11 "sync-request": "^3.0.1",
12 "uglify-js": "^2.7.0"
13 },
14 "devDependencies": {
15 "babel-cli": "^6.10.1",
16 "babel-core": "^6.10.4",
17 "babel-plugin-add-module-exports": "^0.2.1",
18 "babel-plugin-transform-runtime": "^6.6.0",
19 "babel-preset-es2015": "^6.6.0",
20 "babel-preset-stage-0": "^6.5.0",
21 "chai": "^3.5.0",
22 "coveralls": "^2.11.11",
23 "istanbul": "^1.1.0-alpha.1",
24 "json-loader": "^0.5.4",
25 "minimist": "^1.2.0",
26 "mocha": "^2.5.3",
27 "npm-run-all": "^2.3.0",
28 "rimraf": "^2.5.3"
29 },
30 "scripts": {
31 "test": "mocha --compilers js:babel-core/register --colors --bail --reporter spec test/ --recursive",
32 "test-coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register --colors --reporter dot test/ --recursive",
33 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-core/register --colors --reporter spec test/ --recursive",
34 "clean-for-build": "rimraf ./babel-transpiled-modules/**/*",
35 "build-modules": "babel ./source --out-dir ./babel-transpiled-modules --source-maps",
36 "build": "npm-run-all clean-for-build build-modules",
37 "prepublish": "npm-run-all build test"
38 },
39 "repository": {
40 "type": "git",
41 "url": "git+https://github.com/halt-hammerzeit/webpack-isomorphic-tools.git"
42 },
43 "keywords": [
44 "react",
45 "style",
46 "inline",
47 "css"
48 ],
49 "author": "Halt Hammerzeit <halt.hammerzeit.at@gmail.com>",
50 "license": "MIT",
51 "bugs": {
52 "url": "https://github.com/halt-hammerzeit/webpack-isomorphic-tools/issues"
53 },
54 "homepage": "https://github.com/halt-hammerzeit/webpack-isomorphic-tools#readme"
55}