UNPKG

2.08 kBJSONView Raw
1{
2 "name": "webpack-isomorphic-tools",
3 "version": "3.0.6",
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": "^3.0.0",
11 "semver": "^5.3.0",
12 "sync-request": "^3.0.1",
13 "uglify-js": "^2.7.0"
14 },
15 "devDependencies": {
16 "babel-cli": "^6.10.1",
17 "babel-core": "^6.10.4",
18 "babel-plugin-add-module-exports": "^0.2.1",
19 "babel-plugin-transform-runtime": "^6.6.0",
20 "babel-preset-es2015": "^6.6.0",
21 "babel-preset-stage-0": "^6.5.0",
22 "chai": "^3.5.0",
23 "coveralls": "^2.11.11",
24 "istanbul": "^1.1.0-alpha.1",
25 "json-loader": "^0.5.4",
26 "minimist": "^1.2.0",
27 "mocha": "^2.5.3",
28 "npm-run-all": "^2.3.0",
29 "rimraf": "^2.5.3"
30 },
31 "scripts": {
32 "test": "mocha --compilers js:babel-core/register --colors --bail --reporter spec test/ --recursive",
33 "test-coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register --colors --reporter dot test/ --recursive",
34 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-core/register --colors --reporter spec test/ --recursive",
35 "clean-for-build": "rimraf ./babel-transpiled-modules/**/*",
36 "build-modules": "babel ./source --out-dir ./babel-transpiled-modules --source-maps",
37 "build": "npm-run-all clean-for-build build-modules",
38 "prepublish": "npm-run-all build test"
39 },
40 "repository": {
41 "type": "git",
42 "url": "git+https://github.com/catamphetamine/webpack-isomorphic-tools.git"
43 },
44 "keywords": [
45 "react",
46 "style",
47 "inline",
48 "css"
49 ],
50 "author": "catamphetamine <purecatamphetamine@gmail.com>",
51 "license": "MIT",
52 "bugs": {
53 "url": "https://github.com/catamphetamine/webpack-isomorphic-tools/issues"
54 },
55 "homepage": "https://github.com/catamphetamine/webpack-isomorphic-tools#readme"
56}