aboutsummaryrefslogtreecommitdiff
path: root/node_modules/icss-replace-symbols/package.json
blob: aa5c4a7353edaa0b5c129d171f615274ec8a22d5 (plain)
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
34
35
36
37
38
39
40
{
  "name": "icss-replace-symbols",
  "version": "1.1.0",
  "description": "Replacing symbols during the linking phase of ICSS",
  "main": "lib/index.js",
  "scripts": {
    "lint": "standard src test",
    "build": "babel --out-dir lib src",
    "autotest": "chokidar src test -c 'npm test'",
    "test": "mocha --compilers js:babel-register",
    "posttest": "npm run lint && npm run build",
    "travis": "npm run test",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css-modules/icss-replace-symbols.git"
  },
  "keywords": [
    "css",
    "modules",
    "icss",
    "postcss"
  ],
  "author": "Glen Maddern",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/css-modules/icss-replace-symbols/issues"
  },
  "homepage": "https://github.com/css-modules/icss-replace-symbols#readme",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-register": "^6.18.0",
    "chokidar": "^1.3.0",
    "mocha": "^3.1.2",
    "postcss": "^6.0.1",
    "standard": "^8.4.0"
  }
}