UNPKG

1.7 kBJSONView Raw
1{
2 "name": "inline-css-loader",
3 "version": "2.1.2",
4 "author": {
5 "name": "marudor",
6 "email": "marudor@marudor.de"
7 },
8 "license": "MIT",
9 "repository": "marudor/inline-css-loader",
10 "main": "lib/index.js",
11 "scripts": {
12 "prepublish": "npm run build",
13 "build": "rm -rf lib && babel src --out-dir lib",
14 "test": "npm run lint && npm run jest",
15 "lint": "eslint *.js",
16 "jest": "jest"
17 },
18 "jest": {
19 "verbose": true,
20 "noStackTrace": true,
21 "automock": false,
22 "testPathDirs": [
23 "src"
24 ]
25 },
26 "files": [
27 "lib"
28 ],
29 "keywords": [
30 "radium",
31 "inline-css",
32 "css",
33 "inline",
34 "react",
35 "webpack",
36 "webpack-loader",
37 "loader"
38 ],
39 "description": "css loader module for webpack",
40 "devDependencies": {
41 "babel-cli": "^6.22.2",
42 "babel-core": "^6.22.1",
43 "babel-eslint": "^7.1.1",
44 "babel-plugin-syntax-flow": "^6.18.0",
45 "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
46 "babel-plugin-transform-async-to-generator": "^6.22.0",
47 "babel-plugin-transform-class-properties": "^6.22.0",
48 "babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
49 "babel-plugin-transform-export-extensions": "^6.22.0",
50 "babel-plugin-transform-flow-strip-types": "^6.22.0",
51 "babel-plugin-transform-object-rest-spread": "^6.22.0",
52 "eslint": "^3.15.0",
53 "eslint-config-marudor": "^4.1.1",
54 "jest-cli": "^18.1.0"
55 },
56 "dependencies": {
57 "babel-generator": "^6.11.4",
58 "babel-traverse": "^6.22.1",
59 "babylon": "^6.8.4"
60 },
61 "maintainers": [
62 {
63 "name": "marudor",
64 "email": "marudor@marudor.de"
65 }
66 ],
67 "directories": {
68 "lib": "./lib"
69 }
70}