UNPKG

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