UNPKG

2 kBJSONView Raw
1{
2 "name": "ember-cli-eyeglass",
3 "version": "6.5.0",
4 "description": "Use eyeglass and node-sass to compile Sass files.",
5 "directories": {
6 "doc": "doc",
7 "test": "tests"
8 },
9 "main": "lib/index.js",
10 "scripts": {
11 "prepare": "tsc --build",
12 "pretest": "tsc --build",
13 "build": "yarn prepare",
14 "lint": "eslint --ext ts --format visualstudio .",
15 "lintfix": "eslint --ext ts --fix .",
16 "start": "cd ../../private-packages/eyeglass-test-app/ && yarn start",
17 "test": "yarn test:node && cd ../../private-packages/eyeglass-test-app/ && yarn test:acceptance",
18 "test:node": "mocha node-tests/**/*-test.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/linkedin/eyeglass.git"
23 },
24 "homepage": "https://github.com/linkedin/eyeglass/tree/master/packages/ember-cli-eyeglass#readme",
25 "engines": {
26 "node": "^6.* || 8.* || >= 10.*"
27 },
28 "author": "Chris Eppstein <chris@eppsteins.net>",
29 "license": "Apache-2.0",
30 "devDependencies": {
31 "@types/lodash.defaultsdeep": "^4.6.5",
32 "@types/node": "^10.7.0",
33 "@typescript-eslint/eslint-plugin": "^2.16.0",
34 "@typescript-eslint/parser": "^2.16.0",
35 "broccoli-stew": "^2.0.0",
36 "chai": "^4.1.2",
37 "eslint": "^5.12.1",
38 "eyeglass": "^2.5.0",
39 "mocha": "^5.2.0",
40 "typescript": "~3.7.0"
41 },
42 "keywords": [
43 "ember-addon",
44 "sass",
45 "eyeglass",
46 "scss",
47 "css",
48 "broccoli"
49 ],
50 "dependencies": {
51 "broccoli-eyeglass": "^5.5.0",
52 "broccoli-funnel": "^2.0.1",
53 "broccoli-merge-trees": "^3.0.0",
54 "broccoli-plugin": "^1.3.1",
55 "debug": "^4.1.1",
56 "fs-extra": "^7.0.0",
57 "lodash.clonedeep": "^4.5.0",
58 "lodash.defaultsdeep": "^4.6.0",
59 "tmp": "^0.1.0"
60 },
61 "peerDependencies": {
62 "ember-cli": "^3.5.0"
63 },
64 "files": [
65 "lib",
66 "src",
67 "LICENSE",
68 "NOTICE",
69 "*.md"
70 ],
71 "volta": {
72 "node": "10.18.1",
73 "yarn": "1.21.1"
74 },
75 "gitHead": "794a72d68caed3ed6380d98b18951ff2f02a9ddd"
76}