๐Ÿ“ฆ ValeryG / babel-plugin-client-only-require

๐Ÿ“„ package.json ยท 33 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33{
  "name": "babel-plugin-client-only-require",
  "version": "1.0.1",
  "description": "Babel plugin to transpile  require of certant extensions into client only conditionial require",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "test": "mocha --compilers js:babel-core/register 'test/**/*.spec.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ValeryG/babel-plugin-client-only-require.git"
  },
  "author": "Val Gorodnichev",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "mock-fs": "^4.0.0"
  },
  "keywords": [
    "babel-plugin",
    "require",
    "instrumentation",
    "isomorphic",
    "styles",
    "client-only"
  ]
}