.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / gonzales-pe / package.json
1 {
2   "name": "gonzales-pe",
3   "description": "Gonzales Preprocessor Edition (fast CSS parser)",
4   "version": "4.3.0",
5   "homepage": "http://github.com/tonyganch/gonzales-pe",
6   "bugs": "http://github.com/tonyganch/gonzales-pe/issues",
7   "license": "MIT",
8   "author": {
9     "name": "Tony Ganch",
10     "email": "tonyganch+github@gmail.com",
11     "url": "http://tonyganch.com"
12   },
13   "main": "./lib/gonzales",
14   "repository": {
15     "type": "git",
16     "url": "http://github.com/tonyganch/gonzales-pe.git"
17   },
18   "scripts": {
19     "autofix-tests": "bash ./scripts/build.sh && bash ./scripts/autofix-tests.sh",
20     "build": "bash ./scripts/build.sh",
21     "init": "bash ./scripts/init.sh",
22     "lint": "bash ./scripts/lint.sh",
23     "log": "bash ./scripts/log.sh",
24     "prepublishOnly": "bash ./scripts/build.sh",
25     "test": "bash ./scripts/test.sh",
26     "watch": "bash ./scripts/watch.sh"
27   },
28   "bin": {
29     "gonzales": "./bin/gonzales.js"
30   },
31   "dependencies": {
32     "minimist": "^1.2.5"
33   },
34   "devDependencies": {
35     "babel-core": "^6.18.2",
36     "babel-loader": "^6.2.7",
37     "babel-plugin-add-module-exports": "^0.2.1",
38     "babel-preset-es2015": "^6.18.0",
39     "coffee-script": "~1.7.1",
40     "eslint": "^3.0.0",
41     "jscs": "2.1.0",
42     "jshint": "2.10.2",
43     "json-loader": "^0.5.3",
44     "mocha": "2.2.x",
45     "webpack": "^1.12.2",
46     "webpack-closure-compiler": "^2.0.2"
47   },
48   "engines": {
49     "node": ">=0.6.0"
50   },
51   "files": [
52     "MIT-LICENSE.txt",
53     "bin/gonzales.js",
54     "lib/gonzales.js"
55   ]
56 }