UNPKG

2.44 kBJSONView Raw
1{
2 "name": "webpack-isomorphic-tools",
3 "version": "2.2.0",
4 "description": "Transforms CSS-alike text into a React style JSON object",
5 "main": "babel-transpiled-modules/index.js",
6 "dependencies": {
7 "babel-runtime": "^5.6.20",
8 "colors": "^1.1.2",
9 "fs-extra": "^0.26.0",
10 "require-hacker": "^1.1.0"
11 },
12 "devDependencies": {
13 "async": "^1.3.0",
14 "babel": "^5.6.14",
15 "babel-core": "^5.6.15",
16 "babel-loader": "^5.3.1",
17 "chai": "^3.0.0",
18 "coveralls": "^2.11.2",
19 "enhanced-resolve": "^0.8.6",
20 "esprima": "^2.4.1",
21 "html-webpack-plugin": "^1.6.0",
22 "istanbul": "^0.3.17",
23 "json-loader": "^0.5.2",
24 "minimist": "^1.1.1",
25 "mkdirp": "^0.5.1",
26 "mocha": "^2.2.5",
27 "node-libs-browser": "^0.5.2",
28 "npm-run-all": "^1.2.6",
29 "rimraf": "^2.4.2",
30 "sane": "^1.1.3",
31 "tapable": "^0.1.9",
32 "uglify-js": "^2.4.23",
33 "watchpack": "^0.2.8",
34 "webpack": "^1.10.1",
35 "webpack-core": "^0.6.5",
36 "webpack-merge": "^0.1.2"
37 },
38 "scripts": {
39 "test": "mocha --compilers js:babel/register-without-polyfill --colors --bail --reporter spec test/",
40 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel/register-without-polyfill --colors --reporter dot test/",
41 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel/register --colors --reporter spec test/",
42 "gh-pages": "webpack --action=gh-pages --colors --config ./config",
43 "deploy-gh-pages": "TARGET=gh-pages node ./config/deploy-gh-pages.js",
44 "clean-for-build": "rimraf ./babel-transpiled-modules/**/*",
45 "build-modules": "babel ./source --optional runtime --out-dir ./babel-transpiled-modules --source-maps",
46 "build": "npm-run-all clean-for-build build-modules",
47 "commit-new-build": "git commit --all --message=\"Update build\"",
48 "tryout": "npm-run-all test build pack",
49 "pack": "npm pack",
50 "watch": "babel scripts/watch.js | node"
51 },
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/halt-hammerzeit/webpack-isomorphic-tools.git"
55 },
56 "keywords": [
57 "react",
58 "style",
59 "inline",
60 "css"
61 ],
62 "author": "Nikolay Kuchumov <kuchumovn@gmail.com>",
63 "license": "MIT",
64 "bugs": {
65 "url": "https://github.com/halt-hammerzeit/webpack-isomorphic-tools/issues"
66 },
67 "homepage": "https://github.com/halt-hammerzeit/webpack-isomorphic-tools#readme"
68}