UNPKG

813 BJSONView Raw
1{
2 "name": "ess-compiler",
3 "version": "0.1.3",
4 "description": "es6 stylesheets",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test ./node_modules/.bin/mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/css-utils/ess-compiler.git"
12 },
13 "keywords": [
14 "css",
15 "preprocessor"
16 ],
17 "author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/css-utils/ess-compiler/issues"
21 },
22 "homepage": "https://github.com/css-utils/ess-compiler",
23 "dependencies": {
24 "css-sws": "^0.2.0",
25 "jade2ast": "^0.1.7",
26 "postcss": "^4.0.3",
27 "postcss-nested": "^0.2.1"
28 },
29 "devDependencies": {
30 "ast2template": "^0.2.17",
31 "eval": "^0.1.0",
32 "mocha": "^2.1.0",
33 "should": "^4.6.5"
34 }
35}