forked from bigcommerce/stencil-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 KB
/
package.json
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
{
"name": "@bigcommerce/stencil-styles",
"version": "1.2.0-rc1",
"description": "Compiles SCSS for the Stencil Framework",
"main": "lib/index.js",
"scripts": {
"test": "npm run lint && npm run run-tests",
"lint": "eslint .",
"run-tests": "lab -t 85 -e 'development' --ignore BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,Base64,TextEncoder,TextDecoder,queueMicrotask,Base64",
"test-cov-html": "lab -r html -o coverage.html"
},
"engines": {
"node": ">= 6.0.0 <13.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bigcommerce/stencil-styles.git"
},
"author": "Bigcommerce",
"license": "BSD-4-Clause",
"bugs": {
"url": "https://github.com/bigcommerce/stencil-styles/issues"
},
"homepage": "https://github.com/bigcommerce/stencil-styles#readme",
"dependencies": {
"@bigcommerce/node-sass": "git://github.com/bigcommerce-labs/node-sass.git#v3.5.0",
"autoprefixer": "^6.7.3",
"lodash": "^3.10.1",
"postcss": "^5.2.14"
},
"devDependencies": {
"code": "^4.0.0",
"eslint": "^3.15.0",
"lab": "^14.3.2",
"sinon": "^1.14.1"
}
}